/*!
 * theme.css — MemBar's accent override
 * ======================================
 * The ONLY styling this site authors for its brand. Everything else
 * (neutrals, spacing, type scale, components) comes from assets/base.css,
 * copied verbatim from the shared design system.
 *
 * MemBar ships teal-forward: a cyan-teal primary against the same blue/green
 * partners the flagship (Reclaim) uses, so the family reads as one system
 * while each site still has its own identity color.
 */

:root {
  --accent: #00c2c7;   /* teal — primary CTAs, links, kicker, focus ring, gauge fill */
  --accent-2: #0a84ff; /* blue — gradient partner (hero title, mesh glow) */
  --accent-3: #34c759; /* green — reinforces "memory freed" / healthy outcomes */

  /* Teal is much lighter than base.css's default blue accent, so white
     text on a solid teal button fails contrast. accent-fg is the ONE token
     every sibling site is allowed to re-derive per-accent for exactly this
     reason — here it's a near-black teal instead of the shared default's
     white, so .btn-primary / .skip-link text stays readable. */
  --accent-fg: #052426;
}
