/* ─── Sierra Vista & Ramsey Canyon, AZ — City Token Overrides ─── */
/* Sky-island palette — riparian canyon-green (Ramsey Canyon's pine-oak forest) + hummingbird-ruby accent */
/* Deliberately distinct from Tombstone (adobe rust #A8432B), Bisbee (copper-teal #2E6F63), */
/* Saguaro (cactus-green #4C7A3F), and Tubac/Tumacácori (adobe terracotta #B5652E + gallery-blue #3D8A93). */
/* Sierra Vista reads as forest-green-and-ruby on purpose — the sky-island canyon against the */
/* hummingbird gorget-red that's the whole reason birders make the trip. */

:root {
  --agt-primary: #3F6B4A;        /* sky-island canyon green — Ramsey Canyon's pine-oak riparian forest */
  --agt-primary-light: #5C8A67;
  --agt-primary-dark: #2C4E35;

  --agt-accent: #C0334F;         /* hummingbird-ruby — the gorget-red that draws birders to the Huachucas */
  --agt-accent-light: #D65F76;

  --agt-bg-warm: rgba(63, 107, 74, 0.06);  /* subtle canyon-green card tint */

  /* Sierra Vista/Ramsey Canyon-specific tokens used by hero + section accents */
  --svr-desert-floor: #C9A876;    /* Sonoran/Chihuahuan desert floor at the base of the sky island */
  --svr-huachuca-slate: #6B7A8C;  /* Huachuca Mountains ridgeline slate-blue */
  --svr-oak-gold: #B08D3E;        /* autumn Arizona-oak gold in the canyon understory */
}
