@font-face {
    font-family: "HelveticaNeue";
    src: url("../fonts/helvetica/HelveticaNeueRoman.otf") format("opentype");
    font-weight: 400;
    font-display: swap;
    font-style: normal;
}

@font-face {
    font-family: "HelveticaNeue";
    src: url("../fonts/helvetica/HelveticaNeueMedium.otf") format("opentype");
    font-weight: 500;
    font-display: swap;
    font-style: normal;
}

@font-face {
    font-family: "HelveticaNeue";
    src: url("../fonts/helvetica/HelveticaNeueMediumItalic.otf")
        format("opentype");
    font-weight: 500;
    font-display: swap;
    font-style: italic;
}

@font-face {
    font-family: "HelveticaNeue";
    src: url("../fonts/helvetica/HelveticaNeueBold.otf") format("opentype");
    font-weight: 700;
    font-display: swap;
    font-style: normal;
}

@font-face {
    font-family: "HelveticaNeue";
    src: url("../fonts/helvetica/HelveticaNeueBoldItalic.otf")
        format("opentype");
    font-weight: 700;
    font-display: swap;
    font-style: italic;
}
