/* ─── Grand Canyon, AZ — City Token Overrides ─── */
/* America's Most Iconic National Park — deep canyon red + sandstone tan */

:root {
  --agt-primary: #B8472A;        /* deep canyon red — Kaibab limestone and Vishnu schist */
  --agt-primary-light: #D45F40;
  --agt-primary-dark: #963820;

  --agt-accent: #D4A574;         /* sandstone tan — Coconino sandstone + inner canyon walls */
  --agt-accent-light: #E5BC91;

  --agt-bg-warm: rgba(184, 71, 42, 0.05);  /* subtle canyon red tint */
}
