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

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

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

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

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

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

/* Italic (Regular Italic) */
@font-face {
    font-family: 'Helvetica Neue';
    src: url('./HelveticaNeueItalic.otf') format('opentype');
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}

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

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

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

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

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

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

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

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

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