@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800&display=swap");

@media only screen and (min-width: 768px) {
    html {
        scroll-padding-top: 88px;
    }
}

html {
    font-family: Montserrat, sans-serif;
}
