@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');


a.navbar-brand > img {
    min-width: 400px !important;
    max-width: initial !important;
    max-height: 169px !important;
}

@media (max-width: 767.98px) {
    .navbar-header a.navbar-brand img {
        max-width: 350px !important;
        min-width: 106px !important;
    }
}

@media (min-width: 768px) {
    .navbar-default {
        background-color: #000000;
        mask: none;
        background-image: none;
    }
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Montserrat", sans-serif !important;
  font-optical-sizing: auto;
}