/* MVSD - Mount Baker Middle School — mountbaker.mountvernonschools.org
   Primary: #445078 (slate blue, enriched) | Accent: #b08e2e (warm gold) */
:root {
  --color-primary:       #445078;
  --color-brand:         #4a5894;   /* brand highlight - swap to reskin */
  --color-primary-dark:  #2e3856;
  --color-primary-mid:   #506090;
  --color-primary-light: #ebeef5;
  --color-accent:        #b08e2e;
  --color-accent-dark:   #9f812a;  /* a11y 2026-07-13: was #8e7220 (contrast 3.79 vs #1a1a1a) */
  --color-accent-on-primary: #ffffff;  /* a11y 2026-07-13: this accent fails WCAG AA as text on this primary */
  --color-accent-deep:   #8c7124;  /* 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);
}
