:root {
    --bg-color: #242223;  
    --dark-section-color: #242223; 
    --darker-section-color: #242223; 
    --banner-text-color: #ffffff;  
    
    --primary-color: #c0a17a; 
    --secondary-color: #333134; 
    --accent-color: #c0a17a; 
    --popular-games-color: #ffffff;
    
    --text-color: #ffffff; 
    --light-text: #ffffffe7; 
    --muted-text: #242223; 
    --banner-bg-color: #242223b6; 

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