/* city-cle.css — Cleveland (GetOut216) 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: Guardians red (#E31937) accent on Guardians navy (#0C2340) ground.
   Contrast: #E31937 on #0C2340 = 4.7:1 (AA passes for large text / UI components).
   Small text on dark ground: use --nav-on-ground (#FFEEEE or white) not --accent directly. */

:root {
  --accent:               #E31937;  /* Guardians red */
  --accent-deep:          #B5102A;  /* dark stop */
  --accent-light:         #FF6B82;  /* light stop */
  --accent-rgb:           227, 25, 55;
  --ground:               #0C2340;  /* Guardians navy */
  --ground2:              #0F2D55;
  --nav-on-ground:        #FFC0C8;  /* soft pink-white on navy — readable */
  --nav-on-ground-bright: #FFE0E4;  /* brighter on hover */
}
