/* MVSD - Madison Elementary — madison.mountvernonschools.org
   Primary: #9a1b22 | Accent: #2d2d2d */
:root {
  --color-primary:       #9a1b22;
  --color-brand:         #c4202b;   /* brand highlight - swap to reskin */
  --color-primary-dark:  #6e1219;
  --color-primary-mid:   #b52029;
  --color-primary-light: #fdf0f1;
  --color-accent:        #c8962e;
  --color-accent-dark:   #a87e27;  /* a11y 2026-07-13: was #a67a1e (contrast 4.50 vs #1a1a1a) */
  --color-accent-on-primary: #ffffff;  /* a11y 2026-07-13: this accent fails WCAG AA as text on this primary */
  --color-accent-deep:   #946f22;  /* 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);
}
