/* AI × CRE design tokens — single source of truth for color, type, and spacing.
   Linked by every page; per-page component styles reference these variables.
   Change a value here and the whole site updates. */
:root{
  --ink:#16304A;          /* navy: primary text, header/footer, building mark */
  --ink-soft:#2C5475;     /* slate: secondary text, leads */
  --muted:#6B8499;        /* captions, labels (large only) */
  --accent:#D9694C;       /* clay: spark, eyebrows, CTAs, links, accents */
  --accent-deep:#C2603F;  /* clay-deep: small coral text on light */
  --accent-soft:#E7A08C;  /* soft coral: link underlines */
  --paper:#EAF2F7;        /* page background */
  --paper-warm:#D9E7F0;   /* card surfaces, secondary bands */
  --line:rgba(20,48,73,.14);
  --line-strong:rgba(20,48,73,.40);
  --font-display:"Space Grotesk",system-ui,sans-serif;
  --font-body:"Inter",system-ui,sans-serif;
  --font-mono:"IBM Plex Mono",ui-monospace,monospace;
}
