/* NeverGap brand color tokens — the single source of truth for the accent gold
   across the public pages (legal, FAQ, blog, auth, 404).

   Colors ONLY: no base element styles (no body/heading rules), so this file is
   always safe to link on any page without changing its typography or layout.
   To change the brand gold, change it here, once. */
:root {
  --accent: #C9933A;
  --accent-light: #FFB740;
  --accent-glow: rgba(201, 147, 58, 0.15);
  --accent-dim: rgba(201, 147, 58, 0.12);
}
