@import url(fontawesome-all.min.css);
@import url('https://fonts.googleapis.com/css2?family=Mulish&display=swap');

body, input, select, textarea {

    font-family: "Mulish", sans-serif !important;
   
}
.days {
    width: 120px !important;
}
a {
    color:#000000 !important;
}
#menu a {
    color: #fff !important;
}
@media screen and (max-width: 736px) {

    #header .logo {
        letter-spacing: initial !important;
        line-height: 1;
    }
}