/**
 * Helvetica Neue — shared @font-face declarations.
 * WOFF2 primary, OTF fallback. Loaded once via WebLayout.
 */
@font-face {
    font-family: 'helveticaNeueBold';
    src: url('/website/fonts/helvetica-neue-5/HelveticaNeueBold.woff2') format('woff2'),
         url('/website/fonts/helvetica-neue-5/HelveticaNeueBold.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'helveticaNeueLight';
    src: url('/website/fonts/helvetica-neue-5/HelveticaNeueLight.woff2') format('woff2'),
         url('/website/fonts/helvetica-neue-5/HelveticaNeueLight.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'helveticaNeueMedium';
    src: url('/website/fonts/helvetica-neue-5/HelveticaNeueMedium.woff2') format('woff2'),
         url('/website/fonts/helvetica-neue-5/HelveticaNeueMedium.otf') format('opentype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
