/* ─── Yuma, AZ — City Token Overrides ─── */
/* Winter snowbird / Colorado River agritourism palette */
/* River-green + lettuce/field-green + dune-gold + adobe-clay */
/* Deliberately DISTINCT from Phoenix (sunset orange #C75B2A + saguaro #4F7942), */
/* Sedona (red-rock #C04A2B), Page, and Lake Havasu. Yuma leans GREEN+GOLD: the */
/* winter-lettuce fields and the Colorado River, not the desert-sunset oranges. */

:root {
  --agt-primary: #2F7D5B;        /* river-valley green — Colorado River cottonwoods + winter lettuce fields */
  --agt-primary-light: #3E9670;
  --agt-primary-dark: #225C42;

  --agt-accent: #D8A23B;         /* Imperial dune gold — the Algodones sand sea at low sun */
  --agt-accent-light: #E4B658;

  --agt-bg-warm: rgba(47, 125, 91, 0.05);  /* faint field-green card tint */

  /* Yuma-specific tokens used by hero + section accents */
  --yum-dune: #D8A23B;           /* dune gold / sand sea */
  --yum-clay: #A8642F;           /* Territorial Prison adobe + Cocopah earth */
  --yum-river: #2E6E8C;          /* Colorado River blue */
  --yum-field: #5C8C3A;          /* winter leafy-greens field green */
}
