:root {
    --color--primary-main: #008866;
    --color--primary-dark: #006048;
    --color--accent: #008866;
    --logo--width:140px;
    --logo--width-mobile: 115px;
    --logo--width-tablet: 130px;
}

#kc-header {
    height: 50px;
}

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