/* ============================================================
   Fuentes auto-hospedadas (R29 13sep) — variables de Google Fonts
   Cormorant Garamond (500-600, normal+italic) y Jost (300-600).
   1 archivo por familia = los pesos 500 y 600 salen del MISMO
   archivo variable (wght). font-display:swap = texto siempre visible.
   ============================================================ */
@font-face{
  font-family:'Cormorant Garamond';
  font-style:normal;
  font-weight:500 600;
  font-display:swap;
  src:url('../fonts/cormorant-garamond-latin.woff2') format('woff2');
}
@font-face{
  font-family:'Cormorant Garamond';
  font-style:italic;
  font-weight:500 600;
  font-display:swap;
  src:url('../fonts/cormorant-garamond-latin-italic.woff2') format('woff2');
}
@font-face{
  font-family:'Jost';
  font-style:normal;
  font-weight:300 600;
  font-display:swap;
  src:url('../fonts/jost-latin.woff2') format('woff2');
}
