/* MVSD - Jefferson Elementary — jefferson.mountvernonschools.org
   Primary: #0047b3 | Accent: #f5a623 */
:root {
  --color-primary:       #0047b3;
  --color-brand:         #0a57cc;   /* brand highlight - swap to reskin */
  --color-primary-dark:  #003080;
  --color-primary-mid:   #0e63ff;
  --color-primary-light: #e8f0ff;
  --color-accent:        #f5a623;
  --color-accent-dark:   #d4891a;
  --color-accent-on-primary: #ffffff;  /* a11y 2026-07-13: this accent fails WCAG AA as text on this primary */
  --color-accent-deep:   #9c6a16;  /* AA-on-white >= 4.5:1 — Priority Focus card-color */
  --color-on-primary:    #ffffff;
  --color-on-accent:     #1a1a1a;
}

/* a11y (2026-07-13): this school's accent fails WCAG AA as text on its own
   primary, so footer link hover text stays white (--color-accent-on-primary).
   Match the hover underline to it — the --color-accent-deep default is
   near-invisible on the dark primary once the text no longer shifts colour. */
.site-footer {
  --link-underline-color: var(--color-accent-on-primary);
}
