@font-face {
    font-family: "Helvetica";
    src: url("../assets/Helvetica/Helvetica.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
@font-face {
    font-family: "Helvetica";
    src: url("../assets/Helvetica/Helvetica-Bold.ttf") format("truetype");
    font-style: normal;
    font-weight: bold;
}
@font-face {
    font-family: "Futura PT Demi";
    src: url("../assets/Futura PT/FuturaPTDemi.otf") format("opentype");
    font-style: normal;
    font-weight: normal;
}
@font-face {
    font-family: "Futura PT Book";
    src: url("../assets/Futura PT/FuturaPTBook.otf") format("opentype");
    font-style: normal;
    font-weight: normal;
}
@font-face {
    font-family: "Futura PT Book";
    src: url("../assets/Futura PT/FuturaPTBookOblique.otf") format("opentype");
    font-style: italic;
    font-weight: normal;
}
@font-face {
    font-family: "Futura PT";
    src: url("../assets/Futura PT/FuturaPTBoldOblique.otf") format("opentype");
    font-style: italic;
    font-weight: bold;
}
body {
    touch-action: manipulation;
}
#alertModal {
    display: none;
}