/* ============================================================
   Studio Practice — canonical body tokens.
   ONE source of truth for the light-mode body background (+ ink,
   muted, line, accent). Mirrors sp-design-v2.css. Change a value
   here and every page that loads this file updates at once.

     <link rel="stylesheet" href="/assets/sp-tokens.css">

   Pages reference these as var(--sp-bg, <fallback>) so a downloaded
   / offline copy still renders if this file is missing.
   ============================================================ */
:root {
  --sp-bg:     #fcfcfa;               /* light body background — the homepage truth */
  --sp-ink:    #1d1d1f;               /* primary text */
  --sp-muted:  #6e6e73;              /* secondary text */
  --sp-line:   #d2d2d7;              /* hairline */
  --sp-accent: oklch(46% 0.11 248);  /* quiet desaturated blue */
  --sp-bg-dark: #16171b;             /* standard dark page — Meet/Bookings source value (displays ≈#17181C) */
}
