/* CRC official design tokens — locked with board 2026-07.
   Board palette: dark blue #3a4755, light blue #338db9, gray #706d6e, amber #D4883A */
:root{
  --slate:#3a4755;        /* PAGE BACKGROUND (board dark blue) — Ryan's edit, board approved */
  --night:#141b23;        /* dark stripe sections: marquee, alt bands */
  --panel:#1c2530;        /* cards, forms, section bands */
  --panel-2:#222e3b;      /* hover states */
  --hair:#33414f;         /* hairline borders */
  --sky:#6fb6d9;          /* board light blue lifted for dark bg (links) */
  --sky-core:#338db9;     /* board light blue, use on light/white chips only */
  --gold:#D4883A;         /* board amber: buttons (dark text on gold), large display accents ONLY */
  --gold-soft:#e9b27a;    /* large italic display accents ONLY - fails AA at body size */
  --text:#e9eef3;         /* body text - use weight 500 minimum on slate (Nina: aging eyes) */
  --muted:#9fb0bf;        /* secondary text - verify AA at each size used */
  --display:'Fraunces',serif;
  --body:'Figtree',sans-serif;
  --max:1180px;
}
