@font-face {
    font-family: "Mont";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src:    url("../fonts/mont-regular.woff2") format("woff2"),
            url("../fonts/mont-regular.woff") format("woff");
}

@font-face {
    font-family: "Mont";
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src:    url("../fonts/mont-bold.woff2") format("woff2"),
            url("../fonts/mont-bold.woff") format("woff");
}

@font-face {
    font-family: "Tenor-Sans";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src:    url("../fonts/tenor-sans.woff2") format("woff2"),
            url("../fonts/tenor-sans.woff") format("woff");
}