@font-face {
    font-family: 'Helvetica Neue';
    src: url('helveticaneue-thin.woff2') format('woff2'),
        url('helveticaneue-thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Helvetica Neue';
    src: url('helveticaneue-bold.woff2') format('woff2'),
        url('helveticaneue-bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Helvetica Neue';
    src: url('helveticaneue-medium.woff2') format('woff2'),
        url('helveticaneue-medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Helvetica Neue';
    src: url('helveticaneue-light.woff2') format('woff2'),
        url('helveticaneue-light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Helvetica Neue';
    src: url('helveticaneue-roman.woff2') format('woff2'),
        url('helveticaneue-roman.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

