/* city-cbus.css — Columbus (GetOut614) theme overrides.
   Redefines ONLY the CSS custom properties that differ from PIT defaults in tokens.css.
   Import order: tokens.css first, then this file. PIT builds import neither (defaults apply).

   Palette: OSU scarlet (#BB0000) accent on near-black ground (same as PIT).
   Secondary gray (#A7B1B7) replaces --steel for the metadata/mono role.
   WCAG note: #A7B1B7 on #FAF7F2 (--paper) is ~2.0:1 — below AA for body text.
   It is used only in mono/uppercase metadata roles where reduced weight is intentional;
   all primary body text still uses --ink (#1A1A1A). Revisit for WCAG AA compliance. */

:root {
  --accent:               #BB0000;  /* OSU scarlet */
  --accent-deep:          #8B0000;  /* dark stop */
  --accent-light:         #DD4444;  /* light stop */
  --accent-rgb:           187, 0, 0;
  /* ground stays near-black like PIT — no override needed for --ground / --ground2 */
  --steel:                #A7B1B7;  /* Columbus secondary gray (per spec) */
  --nav-on-ground:        #FFAAAA;  /* soft scarlet-tinted white on dark ground */
  --nav-on-ground-bright: #FFCCCC;
}
