
:root {
    --bg-color: #000000;  
    --dark-section-color: #000000; 
    --darker-section-color: #000000; 
    --banner-text-color: #fffffe;  
    
    --primary-color: #ab875d; 
    --secondary-color: #181818; 
    --accent-color: #f79400; 
    --popular-games-color: #eeeeee; 
    
    --text-color: #ffffff; 
    --light-text: #ffffffb6;  
    --muted-text: #020202;  

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