/* ---------------------------------------------------------------------------
   Home-Tech LLC — navy and gold.

   Taken from the logo: the navy "H" (#202e3d) with the gold roof (#c69a54).
   Home-Tech runs slightly warmer and softer than Aptus — its navy is a touch
   lighter and less blue, and gold does real work rather than sitting quiet.

   Only override tokens here; everything structural lives in base.css.
   --------------------------------------------------------------------------- */

:root {
  --color-accent:   #202e3d;   /* logo navy — warmer and softer than Aptus */
  --color-accent-2: #c69a54;   /* logo gold */

  /* Home-Tech's navy ramp, built from its own darker, greyer blue. */
  --color-accent-100: #eff2f5;
  --color-accent-200: #dae0e7;
  --color-accent-300: #b8c3ce;
  --color-accent-400: #8598ab;
  --color-accent-500: #566b81;
  --color-accent-600: #35485c;
  --color-accent-700: #202e3d;
  --color-accent-800: #16212c;
  --color-accent-900: #0e161e;

  /* Gold stays as base.css ships it — it came from this logo. */
}
