:root {
  
  --cyan:       #00b8d9;
  --cyan-lt:    #29d4f5;
  --red:        #e8001d;

  
  --dark:       #0a1a2e;
  --dark-mid:   #0d2540;
  --teal-mid:   #0e4d6e;
  --teal-lt:    #5baab8;
  --sky:        #7ec8d8;
  --mist:       #b0d8e0;

  
  --white:      #ffffff;
  --text-dim:   rgba(255, 255, 255, 0.75);

  
  --nav-h:      72px;
  --max-w:      1200px;
  --section-px: 40px;
  --section-py: 100px;

  
  --font-brand: 'Exo 2', sans-serif;
  --font-mono:  'Orbitron', monospace;

  
  --t-fast:   0.2s ease;
  --t-med:    0.3s ease;
  --t-slow:   0.7s ease;

  
  --glow-cyan: 0 0 30px rgba(0, 184, 217, 0.3);
}
