/**
 * Font Face Declarations
 * Helvetica Neue font family
 */

@font-face {
    font-family: 'Helvetica_Neue';
    src: url('../fonts/helveticaneueltpro-bd-webfont.woff2') format('woff2'),
         url('../fonts/helveticaneueltpro-bd-webfont.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
    descent-override: 30%;
    ascent-override: 100%;
}

@font-face {
    font-family: 'Helvetica_Neue';
    src: url('../fonts/helveticaneueltpro-md-webfont.woff2') format('woff2'),
         url('../fonts/helveticaneueltpro-md-webfont.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
    descent-override: 30%;
    ascent-override: 100%;
}

@font-face {
    font-family: 'Helvetica_Neue';
    src: url('../fonts/helveticaneueltpro-roman-webfont.woff2') format('woff2'),
         url('../fonts/helveticaneueltpro-roman-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
    descent-override: 30%;
    ascent-override: 100%;
}

