/* ==========================================================================
   TIPOGRAFÍAS SELF-HOSTED — Bricolage Grotesque + Source Serif 4
   --------------------------------------------------------------------------
   Variable fonts servidas desde el child theme (RGPD: cero peticiones a
   fonts.googleapis.com / fonts.gstatic.com). Origen, ejes y licencia
   (SIL OFL 1.1) documentados en assets/fonts/README.md.
   ========================================================================== */

@font-face {
    font-family: 'Bricolage Grotesque';
    src: url('../fonts/bricolage-grotesque-variable.woff2') format('woff2');
    font-weight: 200 800;
    font-stretch: 75% 100%;
    font-style: normal;
    font-display: swap;
}

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

@font-face {
    font-family: 'Source Serif 4';
    src: url('../fonts/source-serif-4-italic-variable.woff2') format('woff2');
    font-weight: 200 900;
    font-style: italic;
    font-display: swap;
}
