    @font-face {
    font-family: 'Helvetica Neue';
    font-style: normal;
    font-weight: normal;
    src: url('/static/css/fonts/helveticaneue/HelveticaNeueRegular.otf') format('otf');
    }
    @font-face {
    font-family: 'Helvetica Neue';
    font-style: italic;
    font-weight: normal;
    src: url('/static/css/fonts/helveticaneue/HelveticaNeueMediumCondensedOblique.otf') format('otf');
    }
    @font-face {
    font-family: 'Helvetica Neue';
    font-style: normal;
    font-weight: bold;
    src: url('/static/css/fonts/helveticaneue/HelveticaNeueBlackCondensed.otf') format('otf');
    }
    @font-face {
    font-family: 'Helvetica Neue';
    font-style: italic;
    font-weight: bold;
    src: url('/static/css/fonts/helveticaneue/HelveticaNeueBlackCondensedOblique.otf') format('otf');
    }
    
