/* ─── White Mountains, AZ — City Token Overrides ─── */
/* Alpine / Ponderosa high-country palette — the "anti-desert" Arizona */
/* Deep pine green + autumn aspen gold + cool mountain slate */
/* Deliberately DISTINCT from the other AZ hubs: */
/*   Phoenix  = sunset orange #C75B2A + saguaro green #4F7942 */
/*   Yuma     = river green  #2F7D5B + dune gold   #D8A23B   */
/*   Sedona   = red-rock     #C04A2B                          */
/*   Page / Lake Havasu = desert-water blues                  */
/* White Mountains leans DEEP-PINE + GOLD + SLATE — forest, not desert. */

:root {
  --agt-primary: #1F5C45;        /* deep Ponderosa / fir green — the AZ high-country forest */
  --agt-primary-light: #2E7A5C;
  --agt-primary-dark: #15402F;

  --agt-accent: #C8841E;         /* autumn aspen gold — Greer in October, the fall-color season */
  --agt-accent-light: #DE9C36;

  --agt-bg-warm: rgba(31, 92, 69, 0.05);  /* faint pine-forest card tint */

  /* White Mountains-specific tokens used by hero + section accents */
  --wm-pine: #1F5C45;            /* Ponderosa pine forest */
  --wm-gold: #C8841E;            /* autumn aspen / fall color */
  --wm-slate: #4A5A66;           /* cool mountain slate — the Mogollon Rim ridgeline + winter sky */
  --wm-snow: #DCE4E8;            /* Sunrise Park snowpack / winter alpine */
  --wm-lake: #2E6E7E;            /* mountain-lake teal — Big Lake, Show Low Lake, Fool Hollow */
}
