/* ============================================================
   SELF-HOSTED FONTS
   Per assets/fonts/use_fonts.txt: Bebas Neue for headlines,
   Nunito for body text. No external font CDN.
   ============================================================ */

@font-face {
    font-family: 'Bebas Neue';
    src: url('../fonts/BebasNeue-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Nunito';
    src: url('../fonts/Nunito-Variable.woff2') format('woff2');
    font-weight: 400 700;
    font-style: normal;
    font-display: swap;
}
