/* ─── Phoenix, AZ — City Token Overrides ─── */
/* Sonoran Desert palette — saguaro green + sunset orange + desert tan */
/* Deliberately distinct from Sedona's red-rock (#C04A2B) palette */

:root {
  --agt-primary: #C75B2A;        /* Sonoran sunset orange — Valley dusk over the Estrellas */
  --agt-primary-light: #DE7140;
  --agt-primary-dark: #A4471C;

  --agt-accent: #4F7942;         /* saguaro green — the giant cactus of the Sonoran Desert */
  --agt-accent-light: #648E55;

  --agt-bg-warm: rgba(199, 91, 42, 0.05);  /* subtle desert-tan card tint */

  /* Phoenix-specific tokens used by hero + section accents */
  --phx-sun: #E8A33D;            /* full desert sun / spring-training afternoon */
  --phx-tan: #C9A06A;            /* desert tan / Sonoran soil */
  --phx-sky: #2E5E8C;            /* Valley winter sky blue */
}
