/* Gymdeed tokens for the web — the prototype's custom properties (docs/03-mobile/design-prototype/index.html),
   Volt variant flattened, same names so a diff against the prototype reads line by line (mw-web-links.md §B.3).
   DesignKit (ios/Packages/DesignKit/Sources/DesignKit/Tokens/) stays the source of truth. Dark first. */

@font-face { font-family: "Barlow Condensed"; font-style: normal; font-weight: 800; font-display: swap;
  src: url(/fonts/barlow-condensed-800-latin.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
@font-face { font-family: "Barlow Condensed"; font-style: normal; font-weight: 800; font-display: swap;
  src: url(/fonts/barlow-condensed-800-latin-ext.woff2) format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF; }
@font-face { font-family: "Barlow Condensed"; font-style: normal; font-weight: 900; font-display: swap;
  src: url(/fonts/barlow-condensed-900-latin.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
@font-face { font-family: "Barlow Condensed"; font-style: normal; font-weight: 900; font-display: swap;
  src: url(/fonts/barlow-condensed-900-latin-ext.woff2) format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF; }

:root {
  --display: "Barlow Condensed", "SF Pro Display", "Arial Narrow", sans-serif;
  --body: -apple-system, BlinkMacSystemFont, "SF Pro Text", "Segoe UI", Roboto, sans-serif;
  --t-instant: 120ms; --t-standard: 260ms; --t-expressive: 420ms;
  --spring: cubic-bezier(.34, 1.56, .64, 1); --ease: cubic-bezier(.2, .8, .2, 1);
  --r-s: 8px; --r-m: 16px; --r-l: 28px;
  --s1: 4px; --s2: 8px; --s3: 12px; --s4: 16px; --s5: 20px; --s6: 24px; --s8: 32px; --s10: 40px;

  /* Volt, dark */
  --ground: #0f1316; --ground-2: #161b20; --solid: #1f262c; --workout: #090b0d;
  --glass: rgba(255, 255, 255, .055); --glass-brd: rgba(255, 255, 255, .13); --glass-hi: rgba(255, 255, 255, .26); --blur: 34px;
  --ink: #f7f2ea; --ink-2: rgba(247, 242, 234, .68); --ink-3: rgba(247, 242, 234, .42); --hair: rgba(247, 242, 234, .12);
  --accent: #c9f31d; --accent-edge: #7d9a05; --accent-ink: #131a00; --accent-text: #c9f31d; --accent-2: #35d3c0;
  --key2: #efe9df; --key2-edge: #9d958a; --key2-ink: #1b171c;
  --clean: #3ad6c5; --minor: #ffb627; --major: #ff4766;
  --gold: #f2c14e; --gold-2: #fff0b8; --gold-edge: #a3781a; --gold-ink: #2a1d02;
  --paper: #efe9df; --paper-ink: #1b171c; --paper-ink-2: rgba(27, 23, 28, .62);
  --shadow: 0 18px 40px rgba(0, 0, 0, .35);
  color-scheme: dark light;
}

@media (prefers-color-scheme: light) {
  :root {
    /* Volt, light */
    --ground: #e6eaec; --ground-2: #d9dfe2; --solid: #fbf9f6;
    --glass: rgba(255, 255, 255, .48); --glass-brd: rgba(255, 255, 255, .9); --glass-hi: rgba(255, 255, 255, 1);
    --ink: #1a161b; --ink-2: rgba(26, 22, 27, .68); --ink-3: rgba(26, 22, 27, .45); --hair: rgba(26, 22, 27, .12);
    --accent-text: #4f6b00; --key2: #ffffff; --key2-edge: #b3aba0; --clean: #0f9f6c; --minor: #b87400; --major: #d81e45;
    --paper: #fffdf8; --shadow: 0 18px 40px rgba(60, 40, 20, .18);
  }
}

@media (prefers-reduced-motion: reduce) {
  :root { --t-standard: 120ms; --t-expressive: 120ms; --spring: ease; }
}
