/* MVSD - Harriet Rowley Elementary — harrietrowley.mountvernonschools.org
   Primary: #3a6e71 | Accent: #d4823a */
:root {
  --color-primary:       #3a6e71;
  --color-brand:         #2f7d80;   /* brand highlight - swap to reskin */
  --color-primary-dark:  #2a5254;
  --color-primary-mid:   #3a7275;
  --color-primary-light: #eaf4f4;
  --color-accent:        #d4823a;
  --color-accent-dark:   #bc7333;  /* a11y 2026-07-13: was #b5691f (contrast 4.15 vs #1a1a1a) */
  --color-accent-on-primary: #ffffff;  /* a11y 2026-07-13: this accent fails WCAG AA as text on this primary */
  --color-accent-deep:   #a5652d;  /* 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);
}
