/* ─── Tempe, AZ — City Token Overrides ─── */
/* ASU maroon-and-gold palette — leans directly into Arizona State University's real brand identity — */
/* paired with a Tempe Town Lake blue-teal accent for the water/urban-lake dimension the campus wedge */
/* doesn't cover on its own. No other shipped city uses maroon: Scottsdale's terracotta/gold (#A85C3D), */
/* Tucson's coral-magenta (#B33A5B), and Phoenix's Sonoran orange (#C75B2A) are all warmer and more */
/* orange-shifted, while Tempe's primary sits deliberately deeper and more wine-purple — a college-town, */
/* maroon-and-gold-banner palette rather than a desert-sunset or resort-stucco one. The maroon is lifted */
/* a touch from ASU's official #8C1D40 for legibility against this site's dark theme background. */

:root {
  --agt-primary: #8E2A4B;        /* ASU maroon, brightened for dark-bg legibility — Sun Devil Stadium banners and campus signage */
  --agt-primary-light: #B14066;
  --agt-primary-dark: #641D35;

  --agt-accent: #FFC627;         /* ASU gold — the school's actual brand gold, used at full saturation as the accent */
  --agt-accent-light: #FFD65C;

  --agt-bg-warm: rgba(142, 42, 75, 0.06);  /* subtle maroon card tint */

  /* Tempe-specific tokens used by hero + section accents */
  --tpe-lake-teal: #1F8C93;      /* Tempe Town Lake water — the reservoir/urban-lake dimension outside the ASU wedge */
  --tpe-mill-brick: #A8632E;     /* Mill Avenue Historic District brick storefronts and string-lit patios */
  --tpe-dusk-purple: #5B3A6E;    /* desert dusk over the Tempe Butte / "A" Mountain skyline, a cooler counterpoint to the maroon */
}
