/* Helvetica Neue Black */
@font-face {
    font-family: "Helvetica Neue";
    src: url("./HelveticaNeueBlack.otf") format("opentype");
    font-weight: 900;
    font-style: normal;
}

/* Helvetica Neue Black Italic */
@font-face {
    font-family: "Helvetica Neue";
    src: url("./HelveticaNeueBlackItalic.otf") format("opentype");
    font-weight: 900;
    font-style: italic;
}

/* Helvetica Neue Bold */
@font-face {
    font-family: "Helvetica Neue";
    src: url("./HelveticaNeueBold.otf") format("opentype");
    font-weight: 700;
    font-style: normal;
}

/* Helvetica Neue Bold Italic */
@font-face {
    font-family: "Helvetica Neue";
    src: url("./HelveticaNeueBoldItalic.otf") format("opentype");
    font-weight: 700;
    font-style: italic;
}

/* Helvetica Neue Heavy */
@font-face {
    font-family: "Helvetica Neue";
    src: url("./HelveticaNeueHeavy.otf") format("opentype");
    font-weight: 800;
    font-style: normal;
}

/* Helvetica Neue Heavy Italic */
@font-face {
    font-family: "Helvetica Neue";
    src: url("./HelveticaNeueHeavyItalic.otf") format("opentype");
    font-weight: 800;
    font-style: italic;
}

/* Helvetica Neue Light */
@font-face {
    font-family: "Helvetica Neue";
    src: url("./HelveticaNeueLight.otf") format("opentype");
    font-weight: 300;
    font-style: normal;
}

/* Helvetica Neue Light Italic */
@font-face {
    font-family: "Helvetica Neue";
    src: url("./HelveticaNeueLightItalic.otf") format("opentype");
    font-weight: 300;
    font-style: italic;
}

/* Helvetica Neue Medium */
@font-face {
    font-family: "Helvetica Neue";
    src: url("./HelveticaNeueMedium.otf") format("opentype");
    font-weight: 500;
    font-style: normal;
}

/* Helvetica Neue Medium Italic */
@font-face {
    font-family: "Helvetica Neue";
    src: url("./HelveticaNeueMediumItalic.otf") format("opentype");
    font-weight: 500;
    font-style: italic;
}

/* Helvetica Neue Roman (Regular) */
@font-face {
    font-family: "Helvetica Neue";
    src: url("./HelveticaNeueRoman.otf") format("opentype");
    font-weight: 400;
    font-style: normal;
}

/* Helvetica Neue Thin */
@font-face {
    font-family: "Helvetica Neue";
    src: url("./HelveticaNeueThin.otf") format("opentype");
    font-weight: 200;
    font-style: normal;
}

/* Helvetica Neue Thin Italic */
@font-face {
    font-family: "Helvetica Neue";
    src: url("./HelveticaNeueThinItalic.otf") format("opentype");
    font-weight: 200;
    font-style: italic;
}

/* Helvetica Neue UltraLight */
@font-face {
    font-family: "Helvetica Neue";
    src: url("./HelveticaNeueUltraLight.otf") format("opentype");
    font-weight: 100;
    font-style: normal;
}

/* Helvetica Neue UltraLight Italic */
@font-face {
    font-family: "Helvetica Neue";
    src: url("./HelveticaNeueUltraLightItalic.otf") format("opentype");
    font-weight: 100;
    font-style: italic;
}
