/* ICHPS 2027 brand palette -- overrides app.css :root. Deep indigo + green, taken by
   hex frequency from the live site (css/style.css): #0b0a4d indigo (headings, nav),
   #008241 / #009751 green (the logo swoosh and links), #cc3300 as the site's one warm
   accent. Loaded after app.css so these win; only brand hues are overridden and the
   neutral structure vars (--line, --muted, --card, --shadow, radius) stay as app.css
   defines them. The lockup art is indigo type over a green swoosh, so the hero reads
   as intended against --ink. */
:root{
  --ink:#0b0a4d;        /* ICHPS indigo (headers, hero base) */
  --ink-2:#08073a;      /* darker indigo */
  --teal:#008241;       /* interactive: links, buttons, active nav */
  --teal-d:#006934;     /* darker (hover) */
  --teal-l:#009751;     /* light accent */
  --coral:#cc3300;      /* "pop" accent (badges, save stars, hero dots) */
  --coral-d:#a32900;
  --coral-l:#e8a58e;
  --bg:#f2f6f4;         /* very light green-gray page background */
}
