/* SDSS 2026 brand palette -- overrides app.css :root. Extracted from the live SDSS 2026
   site (css/style.css): #32122a deep plum, #78456b mauve, #b4cc4d lime accent.
   Loaded after app.css; only brand hues overridden, neutral structure vars stay. */
:root{
  --ink:#32122a;        /* SDSS deep plum (headers, hero base) */
  --ink-2:#421838;
  --teal:#78456b;       /* interactive: links, buttons, active nav -- mauve */
  --teal-d:#5d3253;
  --teal-l:#9a6b8d;
  --coral:#93a83a;      /* "pop" accent (badges, save stars, hero dots) -- lime, darkened for contrast */
  --coral-d:#75862c;
  --coral-l:#d3e08e;
  --bg:#f4eff2;         /* plum-tinted off-white page background */
}
