:root {
  --primary: #3B82F6;
  --secondary: #6366F1;
  --background: #000000;
  --foreground: #FFFFFF;
  --muted: #1F2937;
  --muted-foreground: #9CA3AF;
  
  --font-sans: 'Inter', system-ui, -apple-system, sans-serif;
  --font-heading: 'Outfit', var(--font-sans);
  
  --radius: 0.5rem;
  --container-max: 1200px;
}
