/* ============================================================================
   Light-default token overrides for the public DOCUMENT pages (story, terms,
   privacy) — mirrors the landing's light theme (full-landing-v3.css).
   Light is the site default (founder 2026-08-05); dark applies only when
   /js/landing-theme.js stamps data-theme="dark" on <html> (the choice made
   with the landing nav toggle rides the shared localStorage key, so these
   pages follow the visitor's landing choice automatically).
   Load AFTER tokens.css / style.css / the page stylesheet.
   ========================================================================== */
:root:not([data-theme="dark"]) {
    --color-bg: #F3EDE7;
    --color-surface: #FFFFFF;
    --color-surface-2: #E9E1D8;
    --color-primary: #1A1A1A;
    --color-text-primary: #1A1A1A;
    --color-text-secondary: #55504A;
    --color-text-muted: #857E76;
    --color-border: #DCD3C8;
}
