/*!
 * theme.css — Nudge's accent override
 * ====================================
 * This is the ONLY styling this sibling site needs to author for its brand.
 * Everything else (neutrals, spacing, type scale, components) comes from
 * assets/base.css untouched.
 *
 * Nudge's brand color is coral/terracotta — the real icon color (a coral
 * squircle with a white 8-spoke sparkle), not a generic pick. White text on
 * --accent fails WCAG AA for normal text (≈3.75:1), so --accent-fg is a
 * near-black warm tone instead — the same move membar made for its teal.
 */

:root {
  --accent: #c9694a;   /* coral/terracotta — primary CTAs, links, kicker, focus ring */
  --accent-2: #b45e3f; /* deeper coral — gradient partner (hero title, mesh glow) */
  --accent-3: #e0895f; /* lighter warm coral — sparkle glow, ping highlights */
  --accent-fg: #2a1710; /* near-black warm tone: white fails contrast on --accent */
}
