/* ─── Bisbee, AZ — City Token Overrides ─── */
/* Mining-town arts-colony palette — oxidized copper teal + Lavender Pit rose + mineshaft charcoal */
/* Deliberately distinct from Tombstone (adobe rust #A8432B) and Tucson (ocotillo coral-magenta #B33A5B): */
/* Bisbee reads cooler and mineral — patinated copper roofs and gallery-district color against canyon shade. */

:root {
  --agt-primary: #2E6F63;        /* oxidized copper-teal — patinated roofs and mine-country verdigris */
  --agt-primary-light: #4A8F82;
  --agt-primary-dark: #1F4E45;

  --agt-accent: #A85C7A;         /* Lavender Pit rose-mauve — the open-pit mine's namesake color */
  --agt-accent-light: #C480A0;

  --agt-bg-warm: rgba(46, 111, 99, 0.06);  /* subtle copper-teal card tint */

  /* Bisbee-specific tokens used by hero + section accents */
  --bis-canyon: #4A3F35;          /* Mule Mountains canyon-shade brown */
  --bis-gallery: #C87F3A;         /* Main St / Brewery Gulch gallery-door ochre */
  --bis-headframe: #5C5F63;       /* Queen Mine headframe steel-gray */
}
