/* ═══════════════════════════════════════════════════════════
   FUENTES AUTOHOSPEDADAS · Neovila S.A.
   ───────────────────────────────────────────────────────────
   Source Serif 4 (display) + Mulish (body) servidas desde el propio
   child · cero CDN externa en runtime (CSP). woff2 en assets/fonts/.
   font-display:swap para no bloquear render.
   ═══════════════════════════════════════════════════════════ */

/* ── Mulish (body) ── */
@font-face {
  font-family: 'Mulish';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url('../fonts/mulish/mulish-300.woff2') format('woff2');
}
@font-face {
  font-family: 'Mulish';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/mulish/mulish-400.woff2') format('woff2');
}
@font-face {
  font-family: 'Mulish';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('../fonts/mulish/mulish-500.woff2') format('woff2');
}
@font-face {
  font-family: 'Mulish';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('../fonts/mulish/mulish-600.woff2') format('woff2');
}

/* ── Source Serif 4 (display) ── */
@font-face {
  font-family: 'Source Serif 4';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('../fonts/source-serif-4/source-serif-4-600.woff2') format('woff2');
}
@font-face {
  font-family: 'Source Serif 4';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('../fonts/source-serif-4/source-serif-4-700.woff2') format('woff2');
}
