:root {
    --default-color: #DB0812;
    --primary-color: #DB0812;
    --bg-primary: #FFFFFF;
    --bg-secondary: #F5F5F5;
    --header-bg: #000000;
    --footer-bg: #000000;
    --text-primary: #1D1D1B;
    --text-secondary: #8B8179;
    --text-on-primary: #ffffff;
    --text-on-secondary: #ffffff;
    --logo-size: 150;
    --logo-size-unit: px;
    --logo-width: 150px;
    --logo-height: 0;
    --logo-height-unit: px;
    --logo-height-full: auto;
    --logo-color: ;
    --logo-filter: none;
    
    /* Backend theme variables */
    --theme-deafult: #DB0812;
    --theme-secondary: #DB0812;

}