/* Thin */
@font-face {
    font-family: "Helvetica Neue";
    font-weight: 100;
    src: url("../fonts/HelveticaNeue-Thin.otf") format("opentype");
    font-display: swap;
}

/* Light */
@font-face {
    font-family: "Helvetica Neue";
    font-weight: 300;
    src: url("../fonts/HelveticaNeue-Light.otf") format("opentype");
    font-display: swap;
}

/* Regular */
@font-face {
    font-family: "Helvetica Neue";
    font-weight: 400;
    src: url("../fonts/HelveticaNeue-Roman.otf") format("opentype");
    font-display: swap;
}

/* Medium — 500 */
@font-face {
    font-family: "Helvetica Neue";
    font-weight: 500;
    src: url("../fonts/HelveticaNeue-Medium.otf") format("opentype");
    font-display: swap;
}

/* SemiBold — 600 */
@font-face {
    font-family: "Helvetica Neue";
    font-weight: 600;
    src: url("../fonts/HelveticaNeue-Bold.otf") format("opentype");
    font-display: swap;
}


/* Bold */
@font-face {
    font-family: "Helvetica Neue";
    font-weight: 700;
    src: url("../fonts/HelveticaNeue-Bold.otf") format("opentype");
    font-display: swap;
}