:root {
  /* Colors */
  --bg-main: #0e0e0e;
  --bg-section: #0e0e0e;
  --text-primary: #f5f5f5;
  --text-secondary: #b3b3b3;
  --text-muted: #777;

  /* Accent */
  --accent-warning: #f0c674;

  /* Typography */
  --font-main: 'Inter', system-ui, -apple-system, BlinkMacSystemFont, sans-serif;

  /* Spacing */
  --space-xs: 8px;
  --space-sm: 16px;
  --space-md: 32px;
  --space-lg: 64px;
  --space-xl: 120px;

  /* Layout */
  --content-width: 980px;
}
