/* MVSD - Washington Elementary — washington.mountvernonschools.org
   Primary: #017a6d | Accent: #e8a030 */
:root {
  --color-primary:       #017a6d;
  --color-brand:         #016b60;   /* brand highlight - swap to reskin */
  --color-primary-dark:  #015a50;
  --color-primary-mid:   #017a6d;
  --color-primary-light: #e0f5f3;
  --color-accent:        #e8a030;
  --color-accent-dark:   #c4841a;
  --color-accent-on-primary: #ffffff;  /* a11y 2026-07-13: this accent fails WCAG AA as text on this primary */
  --color-accent-deep:   #9b6b20;  /* 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);
}
