:root {
    --color--primary-main: #cc0020;
    --color--primary-dark: #950e23;
    --color--accent: #cc0020;
    --logo--width:360px;
    --logo--width-mobile: 250px;
    --logo--width-tablet: 320px;
}

#kc-header {
    height: 40px;
}

/*mobile */
@media (max-width: 480px) {
    #kc-header {
        height: 35px;
    }
}