/* Helvetica Neue Condensed — self-hosted per brand guidelines (GEA0009).
   Files live in /assets/fonts/ of this plugin.
   Weights:
     300 Light Condensed   → body
     400 Condensed         → body alternate
     500 Medium Condensed  → mid emphasis
     700 Bold Condensed    → headings
*/

@font-face {
    font-family: 'Helvetica Neue Cond';
    src: url('../fonts/HelveticaNeue-LightCond.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Helvetica Neue Cond';
    src: url('../fonts/HelveticaNeue-Cond.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Helvetica Neue Cond';
    src: url('../fonts/HelveticaNeue-MediumCond.otf') format('opentype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Helvetica Neue Cond';
    src: url('../fonts/HelveticaNeue-BoldCond.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
