/* HundredFold brand tokens: the single source for index.html and legal.css.
   Values mirror the app (braxley-brain). The faint and dim tones were raised on 2026-09-02 so 12–14px text clears WCAG AA. */
:root{
  --accent:#5e54e8; --accent-2:#8a86ff;
  --accent-soft:color-mix(in srgb,#5e54e8 15%,transparent); --accent-dim:color-mix(in srgb,#5e54e8 32%,transparent);
  --font-ui:'Outfit','Outfit Fallback',system-ui,sans-serif; --font-mono:'Geist Mono',ui-monospace,monospace; --font-brand:'Outfit','Outfit Fallback',system-ui,sans-serif;
  --r-xl:18px; --r-lg:14px; --r-md:10px; --r-sm:8px;
  /* dark (Carbon) — used for hero/nav/cta/footer */
  --d-bg:oklch(0.158 0.01 255); --d-panel:oklch(0.205 0.012 255); --d-panel-2:oklch(0.262 0.014 255);
  --d-border:oklch(1 0 0 / 10%); --d-border-strong:oklch(1 0 0 / 18%);
  --d-text:oklch(0.97 0.004 255); --d-text-dim:oklch(0.74 0.012 255); --d-text-faint:oklch(0.66 0.012 255);
  /* light (Studio) — used for body sections */
  --l-bg:oklch(0.994 0.0015 95); --l-panel:oklch(1 0 0); --l-panel-2:oklch(0.972 0.003 90);
  --l-border:oklch(0.92 0.004 90); --l-border-strong:oklch(0.87 0.005 90);
  --l-text:oklch(0.18 0.004 75); --l-text-dim:oklch(0.50 0.008 75); --l-text-faint:oklch(0.545 0.008 75);
  --pos:oklch(0.66 0.15 162); --neg:oklch(0.62 0.2 25); --warn:oklch(0.7 0.15 75);
  /* text-safe variants: green and red that clear 4.5:1 on white and on the 15% wash; indigo that clears it on the wash */
  --pos-text:oklch(0.48 0.13 162); --neg-text:oklch(0.50 0.19 25); --accent-ink:oklch(0.47 0.20 281);
}

/* Metric-matched fallback so the Outfit swap does not shift layout (measured in Chromium: Outfit asc 1.00 / desc .26 / gap 0;
   Outfit 400 is 98.35% of Arial's width, Outfit 600 is 93.33% of Arial Bold's). */
@font-face{font-family:'Outfit Fallback';font-weight:100 500;src:local('Arial'),local('ArialMT');size-adjust:98.35%;ascent-override:101.67%;descent-override:26.44%;line-gap-override:0%;}
@font-face{font-family:'Outfit Fallback';font-weight:600 900;src:local('Arial Bold'),local('Arial-BoldMT');size-adjust:93.33%;ascent-override:107.14%;descent-override:27.86%;line-gap-override:0%;}
