/* ─── Tombstone, AZ — City Token Overrides ─── */
/* Old-West / desert-dusk palette — sun-baked adobe rust + weathered wood umber + gunmetal-dusk blue */
/* Deliberately distinct from Tucson (ocotillo coral-magenta #B33A5B) and Jerome (copper amber #C07A2F): */
/* Tombstone reads hotter and dustier — the Allen Street sunset over sun-bleached boardwalks. */

:root {
  --agt-primary: #A8432B;        /* sun-baked adobe rust — Allen Street storefronts at dusk */
  --agt-primary-light: #C25A3F;
  --agt-primary-dark: #82301E;

  --agt-accent: #6B5638;         /* weathered boardwalk wood / desert umber — Boothill and the O.K. Corral fence */
  --agt-accent-light: #8A7250;

  --agt-bg-warm: rgba(168, 67, 43, 0.06);  /* subtle rust-desert card tint */

  /* Tombstone-specific tokens used by hero + section accents */
  --tmb-sun: #D98B3E;             /* dust-gold high-desert sun */
  --tmb-dusk: #4A3B52;            /* gunmetal-dusk sky over the Dragoon Mountains */
  --tmb-silver: #8C8C82;          /* Tombstone silver-strike ore / weathered gray wood */
}
