@import url('https://fonts.googleapis.com/css2?family=Exo+2:wght@600;700&family=Montserrat:wght@400;500;700&family=JetBrains+Mono:wght@400&display=swap');

:root, [data-theme="light"] {
  --surface: #fafaf8;
  --surface-raised: #ffffff;
  --surface-sunken: #f1f1ee;
  --line: #e2e3df;
  --line-strong: #8a8d93;
  --ink: #1d1f22;
  --ink-muted: #5e6168;
  --brand: #ec6b21;
  --brand-text: #b4490c;
  --brand-soft: #fdeee4;
  --on-brand: #1d1f22;
  --success: #0f7a5c;
  --success-soft: #e3f4ec;
  --danger: #b42318;
  --danger-soft: #fde8e6;
  --focus: var(--brand-text);
  --link: var(--brand-text);
  --shadow-card: 0 1px 2px rgba(29,31,34,0.06), 0 4px 12px rgba(29,31,34,0.06);
  --shadow-pop: 0 8px 24px rgba(29,31,34,0.14);
}

[data-theme="dark"] {
  --surface: #1d1f22;
  --surface-raised: #26292d;
  --surface-sunken: #17191b;
  --line: #383b40;
  --line-strong: #7a7e85;
  --ink: #f3f3f1;
  --ink-muted: #a3a7ad;
  --brand: #ec6b21;
  --brand-text: #f28a4d;
  --brand-soft: #3a2418;
  --on-brand: #1d1f22;
  --success: #4cc79a;
  --success-soft: #173328;
  --danger: #f97066;
  --danger-soft: #3b1c1a;
  --focus: var(--brand-text);
  --link: var(--brand-text);
  --shadow-card: 0 1px 2px rgba(0,0,0,0.5);
  --shadow-pop: 0 8px 24px rgba(0,0,0,0.6);
}

:root {
  --space-1: 4px;
  --space-2: 8px;
  --space-3: 12px;
  --space-4: 16px;
  --space-6: 24px;
  --space-8: 32px;
  --space-12: 48px;
  --space-16: 64px;
  --radius-sm: 4px;
  --radius-md: 8px;
  --radius-lg: 12px;
  --radius-pill: 999px;
  --font-display: "Exo 2", "Segoe UI", system-ui, sans-serif;
  --font-sans: Montserrat, "Segoe UI", system-ui, sans-serif;
  --font-mono: "JetBrains Mono", ui-monospace, Menlo, monospace;
}

.display-xl { font-family: var(--font-display); font-size: 64px; line-height: 64px; font-weight: 700; letter-spacing: -0.01em; }
.display { font-family: var(--font-display); font-size: 40px; line-height: 44px; font-weight: 700; }
.heading { font-family: var(--font-display); font-size: 28px; line-height: 34px; font-weight: 600; }
.title { font-family: var(--font-display); font-size: 20px; line-height: 28px; font-weight: 600; }
.body-lg { font-family: var(--font-sans); font-size: 18px; line-height: 28px; font-weight: 400; }
.body { font-family: var(--font-sans); font-size: 16px; line-height: 24px; font-weight: 400; }
.body-sm { font-family: var(--font-sans); font-size: 14px; line-height: 20px; font-weight: 400; }
.label { font-family: var(--font-sans); font-size: 12px; line-height: 16px; font-weight: 500; letter-spacing: 0.24em; text-transform: uppercase; }
.price { font-family: var(--font-sans); font-size: 18px; line-height: 24px; font-weight: 700; }
.spec { font-family: var(--font-mono); font-size: 13px; line-height: 20px; font-weight: 400; }
