:root {
    --bg-color: #fee0fb;  
    --dark-section-color: #fee0fb; 
    --darker-section-color: #fe70f8;
    --banner-text-color: #ffffff;  
    
    --primary-color: #49d345; 
    --secondary-color: #fe70f8;   
    --accent-color: #49d345;
    --popular-games-color: #000000; 
    
    --text-color: #000000; 
    --light-text: #fee0fb; 
    --muted-text: #000000; 
    --banner-bg-color: #fe70f7e3;

    --border-radius: 4px;
    --box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}