:root {
  --color-bg-primary: #0d0d0d;
  --color-bg-surface: #111827;
  --color-accent: #1cb3e8;
  --color-accent-light: #42ceff;
  --color-text-primary: #ffffff;
  --color-text-secondary: #d7dadd;
  --color-text-muted: #b7bdc1;
  --color-text-dim: #9ca3af;
  --color-border-subtle: #2e3133;
  --color-card-gradient: linear-gradient(177.87deg, #2e3133 0%, #000000 100%);
  --font-heading: 'Roboto Slab', serif;
  --font-body: 'Roboto', sans-serif;
  --font-detail: 'DM Sans', sans-serif;
  --font-ui: 'Inter', sans-serif;
  --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: clamp(1.875rem, 3vw, 3rem);
  --text-4xl: clamp(2rem, 4vw, 3rem);
  --text-5xl: clamp(2rem, 4vw, 3.375rem);
  --space-xs: 0.25rem;
  --space-sm: 0.5rem;
  --space-md: 1rem;
  --space-lg: 1.5rem;
  --space-xl: 2rem;
  --space-2xl: 3rem;
  --space-3xl: 5rem;
  --max-width: 1440px;
  --container-padding: 5rem;
  --container-inner-padding: 2rem;
  --transition-fast: 150ms ease;
  --transition-base: 250ms ease;
  --header-height: 77px;
}
