/* WSDS 2025 brand palette -- overrides app.css :root. Extracted from the live WSDS 2025
   site (css/style.css): #00361d dark forest green, #59ad7f medium green, #f8df9a sand gold.
   Loaded after app.css; only brand hues overridden, neutral structure vars stay. */
:root{
  --ink:#00361d;        /* WSDS dark forest green (headers, hero base) */
  --ink-2:#014524;
  --teal:#59ad7f;       /* interactive: links, buttons, active nav */
  --teal-d:#2e7d55;     /* darker (hover + link text on white) */
  --teal-l:#8ac7a4;
  --coral:#d9a921;      /* "pop" accent (badges, save stars, hero dots) -- site gold, darkened for contrast */
  --coral-d:#b3891a;
  --coral-l:#f8df9a;    /* the site's sand gold as the light tint */
  --bg:#e9f4ee;         /* light green page background (from the site) */
}
