/* Generated from src/design/tokens.json. Run pnpm tokens:generate after editing it. */
:root {
  --type-display: clamp(3rem, 6vw, 6rem);
  --type-heading: clamp(2rem, 3.6vw, 3.5rem);
  --type-intro: clamp(1.15rem, 1.8vw, 1.45rem);
  --type-body: 1.0625rem;
  --type-small: 0.875rem;
  --space-1: 4px;
  --space-2: 8px;
  --space-3: 12px;
  --space-4: 16px;
  --space-6: 24px;
  --space-8: 32px;
  --space-12: 48px;
  --space-16: 64px;
  --space-24: 96px;
  --duration-feedback: 240ms;
  --duration-disclosure: 300ms;
  --duration-arrow: 420ms;
  --duration-scene: 900ms;
  --duration-aurora: 12s;
  --duration-aurora-secondary: 15s;
  --ease-interface: cubic-bezier(0.2, 0.8, 0.2, 1);
  --ease-disclosure: ease;
  --ease-atmosphere: ease-in-out;
}
:root,
[data-theme="dark"] {
  --page: #101c20;
  --surface: #17282c;
  --panel: #142428;
  --text: #eff4ef;
  --muted: #b0c0ba;
  --accent: #87d7bd;
  --action: #b4e5d1;
  --action-text: #14372c;
  --border: #496059;
  --soft-border: #2b3d40;
  --scene-opacity: 1;
  color-scheme: dark;
}
[data-theme="light"] {
  --page: #f3f5f0;
  --surface: #e7ede7;
  --panel: #e9eee7;
  --text: #172923;
  --muted: #52645d;
  --accent: #12604b;
  --action: #174f40;
  --action-text: #f5faf6;
  --border: #9aafa3;
  --soft-border: #d4ded5;
  --scene-opacity: 0.78;
  color-scheme: light;
}
