/* DEFAULT */

:root {
    --font-color: rgba(42, 42, 42, 1); 
    --font-light-color: rgba(42, 42, 42, 1); 
    --font-dark-color: rgba(250, 249, 246, 1);
        
    --heading-color: rgba(6, 5, 80, 1); 
    --heading-light-color: rgba(6, 5, 80, 1); 
    --heading-dark-color: rgba(250, 249, 246, 1);
        
    --icon-color: rgba(6, 5, 80, 1); 
    --icon-light-color: rgba(6, 5, 80, 1); 
    --icon-dark-color: rgba(250, 249, 246, 1);
    
    --bg-color: rgba(250, 249, 246, 1);
    --bg-light-color: rgba(250, 249, 246, 1);
    --bg-dark-color: rgba(42, 42, 42, 1); 
    
    --bg-light-secondary: rgba(252, 251, 251, 1);
    --bg-dark-secondary: rgba(52, 52, 52, 1);
        
    --accent-orange: rgba(238, 81, 58, 1); 
    --accent-light-orange: rgba(238, 81, 58, 1); 
    --accent-dark-orange: rgba(238, 81, 58, 0.7); 
    
    --accent-green: rgba(44, 182, 167, 1); 
    --accent-light-green: rgba(44, 182, 167, 1); 
    --accent-dark-green: rgba(44, 182, 167, 0.7); 

    --cart-grey: rgba(245, 245, 245, 1);
    --cart-light-grey: rgba(245, 245, 245, 1);
    --cart-dark-grey: rgba(76, 76, 76, 1);

    --accessibility-blue: rgba(0, 86, 179, 1);
    
    --shadow-color: rgba(0, 0, 0, 0.3);
            
    --prepaid-background-color: rgba(234, 248, 247, 1); 
    --prepaid-border-color: rgba(44, 182, 167, 1); 
    --prepaid-font-color: rgba(44, 182, 167, 1); 
    --prepaid-icon-color: rgba(44, 182, 167, 1); 
        
    --font-green: rgba(44, 182, 167, 1);
    --font-blue: rgba(6, 5, 80, 1);
    --font-white: rgba(250, 249, 246, 1);

    --soft-shadow: rgba(44,44,44,0.4);
}