:root {
  /* Colors */
  --bg-color: #0d0f12;
  --surface-color: #1a1d24;
  --surface-color-light: #2c313a;
  --text-color: #e5e7eb;
  --text-muted: #9ca3af;
  --accent-color: #facc15;
  --accent-hover: #eab308;
  --border-color: #374151;

  /* Typography */
  --font-display: 'Space Grotesk', system-ui, -apple-system, sans-serif;
  --font-text: 'Chivo', system-ui, -apple-system, sans-serif;

  /* Font Sizes */
  --text-xs: 0.75rem;
  --text-sm: 0.875rem;
  --text-base: 1rem;
  --text-lg: 1.125rem;
  --text-xl: 1.25rem;
  --text-2xl: 1.5rem;
  --text-3xl: 1.875rem;
  --text-4xl: 2.25rem;
  --text-5xl: 3rem;
  --text-6xl: 3.75rem;

  /* Spacing */
  --space-1: 0.25rem;
  --space-2: 0.5rem;
  --space-3: 0.75rem;
  --space-4: 1rem;
  --space-6: 1.5rem;
  --space-8: 2rem;
  --space-12: 3rem;
  --space-16: 4rem;
  --space-24: 6rem;
  --space-32: 8rem;

  /* Other */
  --radius: 0px; /* Industrial, stark, no rounded corners */
  --max-width: 1200px;
  --header-height: 4rem;
  --transition: 0.2s ease;
}
