:root {
    --color--primary-main: #0077aa;
    --color--primary-dark: #005478;
    --color--accent: #0077aa;
    --logo--width:340px;
    --logo--width-mobile: 260px;
    --logo--width-tablet: 300px;
}

#kc-header {
    height: 40px;
}

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