@font-face {
    font-family: "Futura";
    src: url("/fonts/FuturaPTMedium.woff2") format("woff2"),
        url("/fonts/FuturaPTMedium.otf") format("opentype");

    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: "Futura";
    src: url("/fonts/FuturaPTBold.woff2") format("woff2"),
        url("/fonts/FuturaPTBold.otf") format("opentype");
    font-weight: 700;
    font-style: normal;
}
