@font-face {
    font-family: "Futura PT";
    src: url('../fonts/FuturaPTBold.otf') format("opentype");
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: "Futura PT";
    src: url('../fonts/FuturaPTBook.otf') format("opentype");
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: "Futura PT";
    src: url('../fonts/FuturaPTDemi.otf') format("opentype");
    font-weight: 500;
    font-style: normal;
}