:root {
  /* Typography */
  --font-heading: "Inter", sans-serif;
  --font-body: "Poppins", sans-serif;
  
  /* Cyberpunk / AI Theme Colors */
  --bg-primary: #0a0f1b;
  --bg-secondary: #101626;
  --neon-cyan: #00ffcc;
  --neon-blue: #0088ff;
  --text-main: #e0e0e0;
  --text-muted: #a8a8a8;
  
  /* Gradients */
  --gradient-cyan: linear-gradient(135deg, #00ff88 0%, #00ffcc 100%);
  --gradient-bg: linear-gradient(180deg, rgba(10,15,27,0.95) 0%, rgba(16,22,38,0.9) 100%);
  
  /* Utilities */
  --ease-smooth: cubic-bezier(0.4, 0.0, 0.2, 1);
  --border-glow: 1px solid rgba(0, 255, 204, 0.3);
}