:root {
  /* Colors */
  --red:         #B11226;
  --deep-red:    #8B0000;
  --crimson:     #DC143C;
  --glow:        #FF1744;
  --black:       #000000;
  --charcoal:    #0A0A0A;
  --dark:        #111111;
  --mid:         #1A1A1A;
  --text:        #E8E0D8;
  --muted:       #6B6060;
  --border:      rgba(177, 18, 38, 0.2);
  --border-hover:rgba(220, 20, 60, 0.5);

  /* Typography */
  --font-display: 'Cinzel Decorative', serif;
  --font-mono:    'Orbitron', monospace;
  --font-body:    'Rajdhani', sans-serif;

  /* Spacing */
  --section-pad: 120px 60px;
  --section-pad-sm: 80px 24px;

  /* Transitions */
  --transition: all 0.3s ease;
  --transition-slow: all 0.6s ease;

  /* Shadows */
  --glow-sm: 0 0 15px rgba(220, 20, 60, 0.5);
  --glow-md: 0 0 30px rgba(220, 20, 60, 0.6);
  --glow-lg: 0 0 60px rgba(177, 18, 38, 0.4);
  --card-shadow: 0 20px 60px rgba(0, 0, 0, 0.6);
}
