/*!
 * theme.css — Reclaim's accent override
 * ======================================
 * This is the ONLY styling a sibling site needs to author for its brand.
 * Everything else (neutrals, spacing, type scale, components) comes from
 * assets/base.css untouched.
 *
 * Reclaim ships blue/indigo/green — which happen to be base.css's own
 * defaults — but they are restated explicitly here so this file is a
 * complete, self-contained example for the next site to copy and edit.
 */

:root {
  --accent: #0a84ff;   /* blue   — primary CTAs, links, kicker, focus ring */
  --accent-2: #5e5ce6; /* indigo — gradient partner (hero title, mesh glow) */
  --accent-3: #34c759; /* green  — reinforces the "space returned" outcome */
  --accent-fg: #ffffff;

  /* Reclaim-only extra token, layered on top of the shared contract: used
     for the "containers" category chip in the safety section. Not part of
     the base.css accent contract, so it's defined here rather than in
     shared/base.css. */
  --accent-orange: #ff9f0a;
}
