:root {
    --primary-color: #6a11cb;
    --secondary-color: #2575fc;
    --background-color: #000926; /* Updated from gradient to solid color */
    --text-color: #e6e6e6;
    --accent-color: #00d4ff;
    --card-background: linear-gradient(145deg, rgba(255,255,255,0.1) 0%, rgba(255,255,255,0.05) 100%);
    
    /* New color variables for better contrast and modern look */
    --gradient-primary: linear-gradient(135deg, #6a11cb 0%, #2575fc 100%);
    --shadow-subtle: 0 8px 24px rgba(0, 0, 0, 0.1);
    --blur-background: rgba(255, 255, 255, 0.1);
    
    /* Removed multicolor gradients */
    --multicolor-gradient: #000926;
    --multicolor-gradient-animated: #000926;
}