:root {
  --bg-deep: #030303;
  --bg-surface: #080808;
  --bg-elevated: #0e0e0e;
  --bg-glass: rgba(10, 10, 10, 0.72);

  --text-primary: #f5f5f4;
  --text-muted: #a6a09a;
  --text-dim: #57534e;

  --accent: #c2410c;
  --accent-bright: #ea580c;
  --accent-glow: rgba(234, 88, 12, 0.42);
  --accent-2: #9a3412;
  --accent-3: #fb923c;

  --border-subtle: rgba(255, 255, 255, 0.06);
  --border-strong: rgba(255, 255, 255, 0.11);

  --radius-sm: 8px;
  --radius-md: 14px;
  --radius-lg: 22px;
  --radius-full: 9999px;

  --space-xs: 0.35rem;
  --space-sm: 0.75rem;
  --space-md: 1.25rem;
  --space-lg: 2rem;
  --space-xl: clamp(3rem, 8vw, 6rem);

  --font-sans: "Inter", system-ui, sans-serif;
  --font-display: "Outfit", var(--font-sans);

  --nav-h: 76px;
  --ease-out-expo: cubic-bezier(0.16, 1, 0.3, 1);
  --shadow-glow: 0 0 80px -20px var(--accent-glow);
}
