:root {
  --bg-deep:    #0a0c12;
  --bg-card:    #111420;
  --bg-section: #0e1018;
  --cyan:       #00e5ff;
  --cyan-dim:   #007a8a;
  --orange:     #ff6d00;
  --orange-dim: #7a3200;
  --text:       #dde4ee;
  --text-muted: #7a8499;
  --border:     rgba(0,229,255,0.12);
  --font-display: 'Orbitron', sans-serif;
  --font-body:    'Inter', sans-serif;
  --font-mono:    'Space Mono', monospace;
  --cancion-proximamente: rgba(0,229,255,0.4);
  --cancion-disponible: #22c55e;
  --cancion-demo: #ff6d00;
}
