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

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

@font-face {
    font-family: "Helvetica Neue";
    src: url("../fonts/helvetica-neue-medium.otf") format("opentype");
    font-style: normal;
    font-weight: 600;
    font-display: swap;
}

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

html,
body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
