:root {
    --color--primary-main: #319f49;
    --color--primary-dark: #006917;
    --color--accent: #319f49;
    --logo--width:330px;
    --logo--width-mobile: 240px;
    --logo--width-tablet: 320px;
}

#kc-header {
    height: 55px;
}

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