:root {
    --color--primary-main: #00b788;
    --color--primary-dark: #045c45;
    --color--accent: #00b788;
    --logo--width:120px;
    --logo--width-mobile: 90px;
    --logo--width-tablet: 120px;
}

#kc-header {
    height: 60px;
}

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