/* Generated from tokens.json by build.js — do not edit. */
:root, [data-theme="light"] {
  --sw-ground: #F4F7FA;
  --sw-paper: #FFFFFF;
  --sw-cream: #F6F1E3;
  --sw-ink: #0C1116;
  --sw-ink-2: #3A4650;
  --sw-ink-3: #6B7681;
  --sw-line-soft: #D6DEE6;
  --sw-green: #17D65A;
  --sw-green-deep: #0E9E43;
  --sw-mint: #D9F8E4;
  --sw-coral: #FF4F45;
  --sw-coral-deep: #D93A31;
  --sw-blush: #FFE0DD;
  --sw-sky: #C9E4FF;
  --sw-sky-deep: #2F7BE0;
  --sw-butter: #FFE99A;
  --sw-lilac: #E6DAFF;
  --sw-forest: #123425;
  --sw-shadow: #0C1116;
  --sw-gradient-powder: linear-gradient(135deg, #C9E4FF 0%, #D9F8E4 55%, #FFE99A 100%);
  --sw-gradient-alpine: linear-gradient(180deg, #123425 0%, #0C1116 100%);
  --sw-font-sans: 'Avenir Next', Avenir, Figtree, system-ui, -apple-system, sans-serif;
  --sw-font-serif: Fraunces, 'Iowan Old Style', Georgia, serif;
  --sw-font-mono: 'Geist Mono', ui-monospace, 'SF Mono', Menlo, monospace;
  --sw-text-xs: 12px;
  --sw-text-xs-line: 1.4;
  --sw-text-sm: 14px;
  --sw-text-sm-line: 1.5;
  --sw-text-md: 16px;
  --sw-text-md-line: 1.55;
  --sw-text-lg: 18px;
  --sw-text-lg-line: 1.55;
  --sw-text-xl: 22px;
  --sw-text-xl-line: 1.3;
  --sw-text-2xl: 28px;
  --sw-text-2xl-line: 1.15;
  --sw-text-3xl: 36px;
  --sw-text-3xl-line: 1.05;
  --sw-text-4xl: 48px;
  --sw-text-4xl-line: 1.0;
  --sw-text-5xl: 64px;
  --sw-text-5xl-line: 0.92;
  --sw-text-6xl: 96px;
  --sw-text-6xl-line: 0.86;
  --sw-weight-regular: 400;
  --sw-weight-medium: 500;
  --sw-weight-demi: 600;
  --sw-weight-heavy: 800;
  --sw-tracking-tight: -0.04em;
  --sw-tracking-snug: -0.02em;
  --sw-tracking-normal: 0;
  --sw-tracking-wide: 0.06em;
  --sw-space-1: 4px;
  --sw-space-2: 8px;
  --sw-space-3: 12px;
  --sw-space-4: 16px;
  --sw-space-5: 24px;
  --sw-space-6: 32px;
  --sw-space-7: 48px;
  --sw-space-8: 64px;
  --sw-space-9: 96px;
  --sw-radius-xs: 6px;
  --sw-radius-sm: 10px;
  --sw-radius-md: 14px;
  --sw-radius-lg: 20px;
  --sw-radius-xl: 28px;
  --sw-radius-pill: 999px;
  --sw-border-width: 2px;
  --sw-border-hair: 1px;
  --sw-shadow-hard: 4px 4px 0 var(--sw-shadow);
  --sw-shadow-hard-lg: 7px 7px 0 var(--sw-shadow);
  --sw-shadow-soft: 0 10px 28px -10px rgba(12, 17, 22, 0.28);
  --sw-shadow-lift: 0 18px 40px -14px rgba(12, 17, 22, 0.35);
  --sw-motion-duration-fast: 120ms;
  --sw-motion-duration-base: 220ms;
  --sw-motion-duration-slow: 420ms;
  --sw-motion-duration-lazy: 800ms;
  --sw-motion-ease-snap: cubic-bezier(0.2, 0.9, 0.3, 1.25);
  --sw-motion-ease-smooth: cubic-bezier(0.4, 0, 0.2, 1);
  --sw-motion-ease-out: cubic-bezier(0, 0, 0.2, 1);
  --sw-motion-tilt-1: -3deg;
  --sw-motion-tilt-2: 2deg;
  --sw-motion-tilt-3: -1.5deg;
  --sw-motion-tilt-4: 4deg;
  --sw-motion-tilt-5: -5deg;
  --sw-z-nav: 100;
  --sw-z-sticker: 10;
  --sw-z-bubble: 20;
}
@media (prefers-color-scheme: dark) {
  :root:not([data-theme="light"]) {
    --sw-ground: #0F2A1E;
    --sw-paper: #173B2B;
    --sw-cream: #1E4634;
    --sw-ink: #F2ECDC;
    --sw-ink-2: #C9D3C9;
    --sw-ink-3: #8FA396;
    --sw-line-soft: #2E5642;
    --sw-green: #17D65A;
    --sw-green-deep: #5FE88D;
    --sw-mint: #1E5A38;
    --sw-coral: #FF5F55;
    --sw-coral-deep: #FF8A82;
    --sw-blush: #5A2A27;
    --sw-sky: #23425F;
    --sw-sky-deep: #7FB4F5;
    --sw-butter: #5A4A14;
    --sw-lilac: #3E3160;
    --sw-forest: #0A1F15;
    --sw-shadow: #06150D;
    --sw-gradient-powder: linear-gradient(135deg, #23425F 0%, #1E5A38 55%, #5A4A14 100%);
    --sw-gradient-alpine: linear-gradient(180deg, #0A1F15 0%, #050C08 100%);
  }
}
[data-theme="dark"] {
  --sw-ground: #0F2A1E;
  --sw-paper: #173B2B;
  --sw-cream: #1E4634;
  --sw-ink: #F2ECDC;
  --sw-ink-2: #C9D3C9;
  --sw-ink-3: #8FA396;
  --sw-line-soft: #2E5642;
  --sw-green: #17D65A;
  --sw-green-deep: #5FE88D;
  --sw-mint: #1E5A38;
  --sw-coral: #FF5F55;
  --sw-coral-deep: #FF8A82;
  --sw-blush: #5A2A27;
  --sw-sky: #23425F;
  --sw-sky-deep: #7FB4F5;
  --sw-butter: #5A4A14;
  --sw-lilac: #3E3160;
  --sw-forest: #0A1F15;
  --sw-shadow: #06150D;
  --sw-gradient-powder: linear-gradient(135deg, #23425F 0%, #1E5A38 55%, #5A4A14 100%);
  --sw-gradient-alpine: linear-gradient(180deg, #0A1F15 0%, #050C08 100%);
}
[data-theme="dark"] { color-scheme: dark; }
[data-theme="light"] { color-scheme: light; }
