:root {
    --color--primary-main: #005d30;
    --color--primary-dark: #004222;
    --color--accent: #005d30;
    --logo--width:360px;
    --logo--width-mobile: 300px;
    --logo--width-tablet: 320px;
}

#kc-header {
    height: 50px;
}

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