@font-face {
    font-family: 'Helvetica Neue';
    font-weight: 300;
    font-style: normal;
    src: url(../fonts/HelveticaNeueLight.ttf);
    font-display: swap;
}

@font-face {
    font-family: 'Helvetica Neue';
    font-weight: 400;
    font-style: normal;
    src: url(../fonts/HelveticaNeueRegular.ttf);
    font-display: swap;
}

@font-face {
    font-family: 'Helvetica Neue';
    font-weight: 400;
    font-style: italic;
    src: url(../fonts/HelveticaNeueItalic.ttf);
    font-display: swap;
}

@font-face {
    font-family: 'Helvetica Neue';
    font-weight: 500;
    font-style: normal;
    src: url(../fonts/HelveticaNeueMedium.ttf);
    font-display: swap;
}

@font-face {
    font-family: 'Helvetica Neue';
    font-weight: 600;
    font-style: normal;
    src: url(../fonts/HelveticaNeueBold.ttf);
    font-display: swap;
}