/* ==========================================================================
   Al Saad — Self-hosted fonts (Helvetica Neue)
   WOFF2 is served first (smallest, ~97% browser support); OTF is the
   fallback for anything that can't read WOFF2. Files live in /assets/fonts/.
   (Geist is loaded separately from Google Fonts in functions.php.)
   ========================================================================== */

@font-face {
    font-family: "Helvetica Neue";
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url("../fonts/HelveticaNeueLight.woff2") format("woff2"),
         url("../fonts/HelveticaNeueLight.otf")   format("opentype");
}

@font-face {
    font-family: "Helvetica Neue";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url("../fonts/HelveticaNeueRoman.woff2") format("woff2"),
         url("../fonts/HelveticaNeueRoman.otf")   format("opentype");
}

@font-face {
    font-family: "Helvetica Neue";
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url("../fonts/HelveticaNeueMedium.woff2") format("woff2"),
         url("../fonts/HelveticaNeueMedium.otf")   format("opentype");
}
