/* RISW 2026 brand palette -- overrides app.css :root. Monochrome blue, extracted
   from the live RISW 2026 site (style.css): #004b8d primary, #0062a9 links, #75afd2 light.
   Loaded after app.css, so these win. Only the brand hues are overridden; the neutral
   structure vars (--line, --muted, --card, --shadow, radius) stay as app.css defines them. */
:root{
  --ink:#004b8d;        /* RISW primary deep blue (headers, hero base) */
  --ink-2:#00305f;
  --teal:#0062a9;       /* interactive: links, buttons, active nav */
  --teal-d:#00407c;     /* darker (hover) */
  --teal-l:#75afd2;     /* light accent */
  --coral:#2f8fd0;      /* "pop" accent (badges, save stars, hero dots) -- in-brand brighter blue */
  --coral-d:#1f6fa8;
  --coral-l:#aacce4;
  --bg:#eef3f8;         /* light blue-gray page background */
}
