/* ─── Sabino Canyon & Mt. Lemmon, AZ — City Token Overrides ─── */
/* Sky-island desert-to-pine palette — Catalina pine-green + Sonoran desert gold + high-country alpine sky-blue */
/* Deliberately distinct from Saguaro NP (cactus-green #4C7A3F), Bisbee (copper-teal #2E6F63), Tombstone (adobe rust #A8432B) and the Tucson hub (ocotillo coral-magenta #B33A5B): */
/* Sabino/Mt. Lemmon reads as the vertical transition — pine-forest primary against warm desert-floor gold and a high alpine-sky accent for the elevation gain. */

:root {
  --agt-primary: #2F6B4F;        /* Catalina pine / conifer green — the top of the sky island (Summerhaven, Ski Valley) */
  --agt-primary-light: #4E8A6C;
  --agt-primary-dark: #204A37;

  --agt-accent: #C48A3A;         /* Sonoran desert-floor gold — the base of the byway before the climb */
  --agt-accent-light: #DEA85F;

  --agt-bg-warm: rgba(47, 107, 79, 0.06);  /* subtle pine-green card tint */

  /* Sabino/Mt. Lemmon-specific tokens used by hero + section accents */
  --sky-alpine: #5B7FA6;         /* high-country alpine sky-blue — the pine-belt summit */
  --sky-canyon: #B7936A;         /* Sabino Canyon rock / desert-varnish tan */
  --sky-water: #7FA6A0;          /* Sabino Creek riparian teal-green */
}
