/* EpochLemon tokens. Generated from tokens.json. Dark is the default theme. */
:root, [data-theme="dark"] {
  --void: #0a0c10;
  --graphite: #151922;
  --steel: #8b94a6;
  --bone: #f2f0e6;
  --lemon: #f2ec38;
  --ion: #4fd9e8;
  --surface: var(--void);
  --surface-raised: var(--graphite);
  --line: #262c39;
  --text: var(--bone);
  --text-muted: var(--steel);
  --signal: var(--lemon);
  --on-signal: var(--void);
  --link: var(--ion);
}
[data-theme="light"] {
  --void: #0a0c10;
  --graphite: #151922;
  --steel: #8b94a6;
  --bone: #f2f0e6;
  --lemon: #f2ec38;
  --ion: #4fd9e8;
  --surface: var(--bone);
  --surface-raised: #fbfaf5;
  --line: #d6d3c4;
  --text: var(--void);
  --text-muted: #4b5364;
  --signal: var(--lemon);
  --on-signal: var(--void);
  --link: #0b6f7d;
}
:root {
  --space-1: 4px;
  --space-2: 8px;
  --space-3: 12px;
  --space-4: 16px;
  --space-5: 24px;
  --space-6: 32px;
  --space-7: 48px;
  --space-8: 64px;
  --radius-none: 0px;
  --radius-sm: 4px;
  --radius-icon: 22%;
  --radius-full: 50%;
  --font-display: "Unbounded", system-ui, sans-serif;
  --font-sans: "Hanken Grotesk", system-ui, sans-serif;
  --font-mono: "JetBrains Mono", ui-monospace, monospace;
}
/* Type styles */
.display-xl { font-family: var(--font-display); font-size: 72px; line-height: 72px; font-weight: 600; letter-spacing: -0.03em; }
.heading-1 { font-family: var(--font-display); font-size: 44px; line-height: 48px; font-weight: 600; letter-spacing: -0.02em; }
.heading-2 { font-family: var(--font-display); font-size: 28px; line-height: 36px; font-weight: 500; }
.body-lg { font-family: var(--font-sans); font-size: 18px; line-height: 28px; font-weight: 400; }
.body { font-family: var(--font-sans); font-size: 15px; line-height: 22px; font-weight: 400; }
.body-strong { font-family: var(--font-sans); font-size: 15px; line-height: 22px; font-weight: 600; }
.caption { font-family: var(--font-sans); font-size: 13px; line-height: 18px; font-weight: 400; }
.label { font-family: var(--font-mono); font-size: 12px; line-height: 16px; font-weight: 500; letter-spacing: 0.08em; text-transform: uppercase; }
