/* harbor-theme.css — retunes the starter-guide kit family to the Silicon Harbor genome
   (owner directive 2026-07-11: the kit's orange clashed with the main site).
   The guides' own CSS is untouched; this loads last and only re-seats their variables. */
:root{
  --ink:#0E1518;
  --ink-soft:#3a464b;
  --ink-muted:#5C6A70;
  --rule:rgba(14,21,24,.14);
  --accent:#2f8f57;            /* the kit's orange becomes the site's working green */
  --accent-light:#e9f2ec;
  --bg:#F3F5F5;                /* paper */
  --white:#ffffff;
  --gold:#4E98AC;              /* gold accents become harbor cyan */
  --dark:#0E1518;              /* dark sections match the site's ink bookends */
  /* mapper heat scale: ordinal by weight instead of red-to-blue (genome-cohesive, still ranked) */
  --heat-hot:#0E1518;
  --heat-high:#2f8f57;
  --heat-med:#4E98AC;
  --heat-low:#9fb0c0;
  /* gbp guide */
  --google-blue:#4E98AC;
  --google-blue-light:#e6eff2;
}
body{font-family:'Inter','Segoe UI','Helvetica Neue',Arial,sans-serif !important}
h1,h2,h3,h4,h5,h6{font-family:'Inter','Segoe UI',sans-serif !important;letter-spacing:-.015em}
