/* Variables globales del tema */
:root {
    --primary-color: #00D9FF;
    --secondary-color: #FF00E5;
    --accent-color: #FFD900;
    --dark-color: #2C3E50;
    --darker-color: #1a252f;
    --success-color: #00ff64;
    --error-color: #ff0064;
    --warning-color: #ffd900;
}
