/* generated by scripts/sync-tokens.py from brand-tokens.json — do not edit by hand */
:root {
  --bg: #0e0e10;
  --bg-soft: #16171b;
  --surface: #22232a;
  --border: #2a2b33;
  --text: #f0f0f0;
  --text-muted: #cfd0d4;
  --text-faint: #6e6e72;
  --accent: #22d3ee;
  --accent-strong: #0891b2;
  --accent-2: #fb923c;
  --cta: #0891b2;
  --cta-text: #0a0a0f;
  --highlight: #0891b2;
  --code-bg: #16171b;
  --code-text: #a0a0a0;
}
[data-theme="light"] {
  --bg: #f7f9fb;
  --bg-soft: #edf3f7;
  --surface: #ffffff;
  --border: #dbe1e8;
  --text: #17202a;
  --text-muted: #5f6d79;
  --text-faint: #84919b;
  --accent: #0891b2;
  --accent-strong: #0e7490;
  --accent-2: #ea580c;
  --cta: #0e7490;
  --cta-text: #ffffff;
  --highlight: #0891b2;
  --code-bg: #edf3f7;
  --code-text: #5f6d79;
}
