:root {
  color-scheme: light;
  --bg: #ffffff;
  --fg: #0a0a0a;
  --muted: #f5f5f7;
  --muted-strong: #e5e7eb;
  --accent: #4fb3f6;
  --radius: 18px;
  --shadow-soft: 0 24px 48px -32px rgba(10, 10, 10, 0.25);
  --shadow-hairline: 0 1px 0 rgba(10, 10, 10, 0.08);
  --space-0: 0rem;
  --space-1: 0.5rem;
  --space-2: 1rem;
  --space-3: 1.5rem;
  --space-4: 2rem;
  --space-5: 2.5rem;
  --space-6: 3rem;
  --space-7: 4rem;
  --max-width: 72rem;
  --safe-margin-mobile: 1.5rem;
  --safe-margin-desktop: 4.5rem;
  --font-family-sans: "SF Pro Display", "SF Pro Text", "Inter var", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, sans-serif;
  --font-size-display: 3.2rem;
  --font-size-h1: 2.2rem;
  --font-size-h2: 1.6rem;
  --font-size-body: 1.05rem;
  --font-size-caption: 0.9rem;
  --letter-spacing-display: -0.01em;
  --letter-spacing-h1: -0.01em;
  --letter-spacing-tight: -0.01em;
  --line-height-tight: 1.1;
  --line-height-body: 1.6;
  --line-height-heading: 1.2;
  --transition-default: 150ms ease;
}

@media (max-width: 48rem) {
  :root {
    --font-size-display: 2.6rem;
    --font-size-h1: 2rem;
    --font-size-h2: 1.35rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  :root {
    --transition-default: 0.01ms linear;
  }
}
