/* Shared "entry surface" identity: sign-in, Home, the download page and the
   DMG read-me all use this near-black ramp (Jiachen 2026-09-15, commit
   3da41113; see app/interview-library.css's matching --gray-* fallbacks).
   Do not force the live workspace's teal --accent in here -- see audit
   finding WI-4 and lead decision #2 in
   experiments/_ops/runs/2026-09-18-full-product-audit/audit/lead-decisions.md.

   download-page.html links this file directly. admin-page.html is a
   separate internal tool with its own accent and its own close-but-
   deliberately-different gray ramp; it borrows only --g250 and --err below,
   the two values it genuinely shared with the rest of this ramp before this
   file existed. tools/dmg/Read me first.html is copied standalone into the
   DMG with no server to fetch this from (see .github/workflows/mac-preview.yml),
   so it mirrors the same five values locally under a comment pointing here --
   keep those in sync by hand until the DMG build gains its own asset step. */
:root {
  --g0: #fff;
  --g50: #faf9f5;
  --g100: #f5f4ed;
  --g150: #f0eee6;
  --g200: #e8e6dc;
  --g250: #dedcd1;
  --g500: #87867f;
  --g600: #5e5d59;
  --g750: #30302e;
  --g950: #141413;
  --err: #bf4d43;
}
