@font-face {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 400 700;
    font-display: swap;
    src: url("/assets/fonts/montserrat-latin.woff2") format("woff2");
}

html,
body,
body *,
body *::before,
body *::after {
    font-family: "Montserrat", Arial, sans-serif !important;
}
