:root {
    --primary-color: hsl(315, 100%, 60%);
    --secondary-color: hsl(167, 100%, 61%);
    --accent-1: hsl(273, 100%, 70%);
    --accent-2: hsl(120, 100%, 65%);
    --background-color: #0A0F25;
    --text-color: #F0F7FF;
    --card-bg: rgba(16, 22, 45, 0.95);
    --neon-glow: 0 0 15px currentColor;
    --cyan-glow: 0 0 20px hsl(167, 100%, 61%, 0.4);
    --pink-glow: 0 0 20px hsl(315, 100%, 60%, 0.3);
}

