/* ─── Mesa, AZ — City Token Overrides ─── */
/* Cactus League cobalt-blue palette — leans into Sloan Park/Cubs spring-training baseball-blue */
/* identity without copying any single team's exact brand hex, paired with a desert-gold accent */
/* for the spring-training sun and Usery Mountain's high-desert light. No other shipped city uses */
/* this cobalt/royal-blue family: Lake Powell (#1B6CA8) and Lake Havasu (#1E7FA6) are both cooler, */
/* more cyan-leaning water-teals, while Mesa's primary sits more saturated and indigo-shifted — a */
/* ballpark-scoreboard blue rather than a lake-water blue. Tertiary tokens cover the infield-clay */
/* brick of the ballpark concourses and the sage-green high desert of Usery Mountain, both distinct */
/* from every other city's greens/terracottas (verified against every cities/*/city-tokens.css primary).*/

:root {
  --agt-primary: #1D4F91;        /* Cactus League cobalt blue — Sloan Park scoreboard and East Valley ballpark signage */
  --agt-primary-light: #3568B0;
  --agt-primary-dark: #123769;

  --agt-accent: #D6952A;         /* desert-gold — spring-training sun and Usery Mountain high-desert light (distinct from Phoenix's --phx-sun #E8A33D) */
  --agt-accent-light: #E4AC4E;

  --agt-bg-warm: rgba(29, 79, 145, 0.06);  /* subtle cobalt card tint */

  /* Mesa-specific tokens used by hero + section accents */
  --msa-clay-brick: #BF6A2E;     /* infield dirt and Riverview brick-and-stucco concourses */
  --msa-usery-sage: #6B8F5A;     /* Usery Mountain paloverde/creosote high-desert sage */
  --msa-superstition-rust: #9C5A38; /* Superstition Mountains rust-red at a distance, gateway reference — muted vs. Sedona's saturated red */
}
