:root {
  --bg-primary: #0a0a0a;
  --bg-secondary: #111111;
  --bg-elevated: #181818;
  --text-primary: #f0f0f0;
  --text-secondary: #8a8a8a;
  --text-muted: #5a5a5a;
  --border: #1e1e1e;

  --accent: #c9a227;
  --accent-dim: #6b5714;
  --accent-glow: rgba(201, 162, 39, 0.08);

  --font-display: "Space Grotesk", sans-serif;
  --font-body: "Inter", sans-serif;
  --font-mono: "JetBrains Mono", monospace;

  --text-xs: 0.75rem;
  --text-sm: 0.875rem;
  --text-base: 1rem;
  --text-lg: 1.125rem;
  --text-xl: 1.5rem;
  --text-2xl: 2rem;
  --text-3xl: 2.75rem;
  --text-4xl: 3.5rem;
  --text-5xl: 4.5rem;
  --text-6xl: 6rem;
  --text-7xl: 7.5rem;

  --space-xs: 0.5rem;
  --space-sm: 1rem;
  --space-md: 1.75rem;
  --space-lg: 3rem;
  --space-xl: 5rem;
  --space-2xl: 8rem;
  --space-3xl: 12rem;

  --content-max: 1200px;
  --content-narrow: 740px;
  --content-padding: clamp(1.5rem, 5vw, 4rem);
  --nav-height: 72px;

  --ease-out: cubic-bezier(0.16, 1, 0.3, 1);
  --ease-in-out: cubic-bezier(0.65, 0, 0.35, 1);
  --duration-fast: 300ms;
  --duration-base: 600ms;
  --duration-slow: 1200ms;

  --radius-sm: 6px;
  --radius-md: 12px;
  --radius-lg: 20px;

  --leading-tight: 1.08;
  --leading-snug: 1.25;
  --leading-relaxed: 1.65;
  --leading-loose: 1.8;
}
