@font-face {
    font-family: 'HelveticaNeue';
    src: url('HelveticaNeue-BoldItalic.eot');
    src: url('HelveticaNeue-BoldItalic.eot?#iefix') format('embedded-opentype'),
        url('HelveticaNeue-BoldItalic.woff2') format('woff2'),
        url('HelveticaNeue-BoldItalic.woff') format('woff'),
        url('HelveticaNeue-BoldItalic.ttf') format('truetype'),
        url('HelveticaNeue-BoldItalic.svg#HelveticaNeue-BoldItalic') format('svg');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Helvetica';
    src: url('HelveticaMedium.eot');
    src: url('HelveticaMedium.eot?#iefix') format('embedded-opentype'),
        url('HelveticaMedium.woff2') format('woff2'),
        url('HelveticaMedium.woff') format('woff'),
        url('HelveticaMedium.ttf') format('truetype'),
        url('HelveticaMedium.svg#HelveticaMedium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

