html{
    font-family: "Rubik Light", sans-serif !important;
}

input.pf-c-button{
    padding: 10px 10px !important;
}

div.kc-logo-text{
    height: 100px !important;
}

:root{
    font-family: "Rubik Light", sans-serif !important;
    --pf-global--primary-color--100: #25406D;
    --pf-global--primary-color--200: #F59E0B;

    --pf-global--BackgroundColor--dark-300: #25406D;
    --pf-global--BackgroundColor--dark-200: #475569;
    --pf-global--BackgroundColor--dark-100: #3963A7;
    --pf-c-nav__link--m-current--BackgroundColor: #F59E0B;
}