:root {
    --color--primary-main: #0f7597;
    --color--primary-dark: #0c607c;
    --color--accent: #ffd605;
    --logo--width:250px;
    --logo--width-tablet: 220px;
    --logo--width-mobile: 200px;
}

/*tablet*/
@media (max-width: 767px) {
    #kc-header {
        height: 65px;
    }
}
