/* GENERATED FILE — edit design/tokens.json and run: node design/build-tokens.mjs */

:root {
  --hl-bg: #0a0c11;
  --hl-bg2: #0d1018;
  --hl-panel: #12161f;
  --hl-panel2: #161b26;
  --hl-line: #1e2530;
  --hl-line2: #283041;
  --hl-text: #eef2f7;
  --hl-dim: #8893a5;
  --hl-faint: #5b6573;
  --hl-good: #34d399;
  --hl-bad: #f87171;
  --hl-warn: #fbbf24;
  --hl-radius: 14px;
  --hl-font-disp: "Space Grotesk", -apple-system, BlinkMacSystemFont, system-ui, sans-serif;
  --hl-font-mono: "JetBrains Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
  --hl-font-body: -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, sans-serif;
  --hl-lens-light: #ffd24a;
  --hl-lens-air: #38bdf8;
  --hl-lens-life: #34d399;
  --hl-lens-media: #a78bfa;
  --hl-lens-watch: #f87171;
  --hl-motion-scale: 1;
  --hl-glow-scale: 1;
}

[data-mode="sleep"] {
  --hl-bg: #07080c;
  --hl-text: #c8ccd4;
  --hl-dim: #6b7482;
  --hl-motion-scale: 0.5;
  --hl-glow-scale: 0.45;
}

[data-mode="away"] {
  --hl-bg: #090c12;
  --hl-text: #dbe3ee;
  --hl-dim: #7d8ba0;
  --hl-motion-scale: 0.7;
  --hl-glow-scale: 0.7;
  --hl-desaturate: 0.55;
}

[data-mode="home"] {
  --hl-motion-scale: 1;
  --hl-glow-scale: 1;
}

[data-quiet="1"] {
  --hl-motion-scale: 0.6;
  --hl-glow-scale: 0.6;
}

