/* ════════════════════════════════════════════════════════════════
   GUARDIANES DE LA MEMORIA ANCESTRAL · fonts.css
   Fuentes AUTOALOJADAS (mismas familias y pesos que el original).
   Cormorant Garamond · Cormorant · DM Sans
   Coloca los .woff2 en /assets/fonts/ (ver scripts/descargar_fuentes.sh).
   font-display:swap → el texto se ve de inmediato (sin pantalla en blanco).
   ════════════════════════════════════════════════════════════════ */

/* ── Cormorant Garamond (serif del cuerpo) ── */
@font-face{
  font-family:'Cormorant Garamond';font-style:normal;font-weight:300;font-display:swap;
  src:url('/assets/fonts/cormorant-garamond-300.woff2') format('woff2');
}
@font-face{
  font-family:'Cormorant Garamond';font-style:normal;font-weight:400;font-display:swap;
  src:url('/assets/fonts/cormorant-garamond-400.woff2') format('woff2');
}
@font-face{
  font-family:'Cormorant Garamond';font-style:normal;font-weight:600;font-display:swap;
  src:url('/assets/fonts/cormorant-garamond-600.woff2') format('woff2');
}
@font-face{
  font-family:'Cormorant Garamond';font-style:italic;font-weight:300;font-display:swap;
  src:url('/assets/fonts/cormorant-garamond-300-italic.woff2') format('woff2');
}
@font-face{
  font-family:'Cormorant Garamond';font-style:italic;font-weight:400;font-display:swap;
  src:url('/assets/fonts/cormorant-garamond-400-italic.woff2') format('woff2');
}

/* ── Cormorant (display / títulos, peso 700) ── */
@font-face{
  font-family:'Cormorant';font-style:normal;font-weight:700;font-display:swap;
  src:url('/assets/fonts/cormorant-700.woff2') format('woff2');
}

/* ── DM Sans (sans del interfaz) ── */
@font-face{
  font-family:'DM Sans';font-style:normal;font-weight:300;font-display:swap;
  src:url('/assets/fonts/dm-sans-300.woff2') format('woff2');
}
@font-face{
  font-family:'DM Sans';font-style:normal;font-weight:400;font-display:swap;
  src:url('/assets/fonts/dm-sans-400.woff2') format('woff2');
}
@font-face{
  font-family:'DM Sans';font-style:normal;font-weight:500;font-display:swap;
  src:url('/assets/fonts/dm-sans-500.woff2') format('woff2');
}
