/* BooCoo self-hosted fonts (SIL OFL 1.1 — license texts in /fonts/).
   Gabarito = wordmark only. Plus Jakarta Sans = everything else.
   Headless render templates must NOT link this over http — they embed
   fonts as data URIs via scripts/lib/brand-tokens.js fontFaceCSS(). */
@font-face {
    font-family: 'Gabarito';
    src: url('/fonts/gabarito.woff2') format('woff2');
    font-weight: 400 900;
    font-display: swap;
}
@font-face {
    font-family: 'Plus Jakarta Sans';
    src: url('/fonts/plus-jakarta-sans.woff2') format('woff2');
    font-weight: 200 800;
    font-display: swap;
}
