/* Local webfonts — no CDN, no external request.
   Swap these files per venture if the brand uses different typefaces:
   drop the .woff2 files into this folder and edit the src: lines below.
   Keep font-display: swap so text is readable before the font lands. */

@font-face {
    font-family: 'Display';
    src: url('montserrat-800.woff2?v=c0bc54ce') format('woff2');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Body';
    src: url('open-sans-400.woff2?v=616b9870') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Body';
    src: url('open-sans-600.woff2?v=32028782') format('woff2');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
