:root {
  --color-bg-base: #0a0a0a;
  --color-bg-surface: #0f0f0f;
  --color-bg-elevated: #141414;
  --color-bg-subtle: #1a1a1a;

  --color-border: #1e1e1e;
  --color-border-mid: #2a2a2a;
  --color-border-light: #333333;

  --color-text-primary: #e8e6e0;
  --color-text-secondary: #888888;
  --color-text-muted: #444444;
  --color-text-white: #ffffff;

  --color-accent: #4fc3a1;
  --color-accent-dark: #3a9f83;
  --color-accent-bg: rgba(79, 195, 161, 0.08);

  --font-sans: 'Inter', system-ui, -apple-system, sans-serif;
  --font-mono: 'JetBrains Mono', 'Fira Code', monospace;

  --text-xs: 11px;
  --text-sm: 13px;
  --text-base: 15px;
  --text-md: 17px;
  --text-lg: 24px;
  --text-xl: 36px;
  --text-2xl: 48px;
  --text-3xl: 64px;

  --weight-regular: 400;
  --weight-medium: 500;
  --weight-semibold: 600;
  --weight-bold: 700;
  --weight-extrabold: 800;

  --space-1: 4px;
  --space-2: 8px;
  --space-3: 12px;
  --space-4: 16px;
  --space-5: 24px;
  --space-6: 32px;
  --space-7: 48px;
  --space-8: 64px;
  --space-9: 80px;
  --space-10: 120px;

  --radius-sm: 3px;
  --radius-md: 6px;
  --radius-lg: 10px;

  --transition-fast: 150ms ease;
  --transition-base: 250ms ease;

  --max-width: 1200px;
  --nav-height: 68px;
}
