/* MVSD - District (www.mountvernonschools.org)
   District and MVHS share this green palette.
   Primary: #01491f — forest green, 9.7:1 vs white ✓
   Accent:  #f5a623 — warm amber/gold
   Brand highlight: #008544 (--color-brand).

   ALL brand elements (content accents, news underline, header dot-motif, events
   two-tone, news drawer peek, translate panel, back-to-top, mission heading,
   dept-nav flourish) now live in the shared mvsd_core/css/brand.css, driven by
   var(--color-brand) / var(--color-brand-deep). So this file only needs to set
   the district's color tokens — swap --color-brand to reskin every brand element. */
:root {
  --color-primary:       #01491f;
  --color-primary-dark:  #002b12;
  --color-primary-mid:   #0b8545;
  --color-primary-light: #e8f5ed;
  --color-accent:        #f5a623;
  --color-accent-dark:   #d4891a;
  --color-accent-deep:   #9c6a16;  /* AA-on-white >= 4.5:1 — Priority Focus card-color */
  --color-on-primary:    #ffffff;
  --color-on-accent:     #1a1a1a;
  --color-brand:         #008544;  /* DISTRICT brand green — swap this one line to reskin every brand element */
}
