/* ─── Lake Powell, AZ/UT — City Token Overrides ─── */
/* Glen Canyon NRA — deep reservoir blue + Glen Canyon sandstone tan */

:root {
  --agt-primary: #1B6CA8;        /* deep canyon blue — Lake Powell reservoir surface */
  --agt-primary-light: #2882C6;
  --agt-primary-dark: #145489;

  --agt-accent: #D4A574;         /* sandstone tan — Glen Canyon walls + Navajo sandstone */
  --agt-accent-light: #E5BC91;

  --agt-bg-warm: rgba(27, 108, 168, 0.05);  /* subtle reservoir blue tint */
}
