/* WSDS 2026 brand palette -- overrides app.css :root. Navy + teal, extracted from
   the live WSDS 2026 site (css/style.css): #28436b primary navy, #599dbe teal links,
   #6bafcc light teal hover. Loaded after app.css, so these win. Only brand hues are
   overridden; neutral structure vars (--line, --muted, --card, --shadow, radius) stay
   as app.css defines them. The "pop" accent (--coral slot) is a saturated WSDS teal --
   swap to the site gold (#e0b84e) if more warmth is wanted. */
:root{
  --ink:#28436b;        /* WSDS primary navy (headers, hero base) */
  --ink-2:#1c2e49;
  --teal:#599dbe;       /* interactive: links, buttons, active nav */
  --teal-d:#41809d;     /* darker (hover) */
  --teal-l:#6bafcc;     /* light accent */
  --coral:#3d9bc4;      /* "pop" accent (badges, save stars, hero dots) -- saturated teal */
  --coral-d:#2c7da0;
  --coral-l:#a9d2e6;
  --bg:#edf3f8;         /* light blue-gray page background */
}
