/* =========================================================
   Fuentes autoalojadas (Fontsource) — Reciclarte Método
   Sustituye a Google Fonts. Motivo: eliminar la petición a
   fonts.googleapis.com/fonts.gstatic.com en cada visita (envía
   la IP del visitante a Google) y evitar tener un subencargado
   de terceros no declarado en la política de privacidad.
   Mismo patrón aplicado en AIM Player. Pesos idénticos a los
   que ya se usaban: no cambia el diseño, solo el origen.
   ========================================================= */

/* Cormorant Garamond — titulares */
@font-face{
  font-family:"Cormorant Garamond";
  font-style:normal;
  font-weight:400;
  font-display:swap;
  src:url("../fonts/cormorant-garamond-latin-400-normal.woff2") format("woff2");
}
@font-face{
  font-family:"Cormorant Garamond";
  font-style:italic;
  font-weight:400;
  font-display:swap;
  src:url("../fonts/cormorant-garamond-latin-400-italic.woff2") format("woff2");
}
@font-face{
  font-family:"Cormorant Garamond";
  font-style:normal;
  font-weight:500;
  font-display:swap;
  src:url("../fonts/cormorant-garamond-latin-500-normal.woff2") format("woff2");
}
@font-face{
  font-family:"Cormorant Garamond";
  font-style:italic;
  font-weight:500;
  font-display:swap;
  src:url("../fonts/cormorant-garamond-latin-500-italic.woff2") format("woff2");
}
@font-face{
  font-family:"Cormorant Garamond";
  font-style:normal;
  font-weight:600;
  font-display:swap;
  src:url("../fonts/cormorant-garamond-latin-600-normal.woff2") format("woff2");
}
@font-face{
  font-family:"Cormorant Garamond";
  font-style:italic;
  font-weight:600;
  font-display:swap;
  src:url("../fonts/cormorant-garamond-latin-600-italic.woff2") format("woff2");
}

/* Mulish — cuerpo de texto */
@font-face{
  font-family:"Mulish";
  font-style:normal;
  font-weight:300;
  font-display:swap;
  src:url("../fonts/mulish-latin-300-normal.woff2") format("woff2");
}
@font-face{
  font-family:"Mulish";
  font-style:normal;
  font-weight:400;
  font-display:swap;
  src:url("../fonts/mulish-latin-400-normal.woff2") format("woff2");
}
@font-face{
  font-family:"Mulish";
  font-style:normal;
  font-weight:500;
  font-display:swap;
  src:url("../fonts/mulish-latin-500-normal.woff2") format("woff2");
}
@font-face{
  font-family:"Mulish";
  font-style:normal;
  font-weight:600;
  font-display:swap;
  src:url("../fonts/mulish-latin-600-normal.woff2") format("woff2");
}
@font-face{
  font-family:"Mulish";
  font-style:normal;
  font-weight:700;
  font-display:swap;
  src:url("../fonts/mulish-latin-700-normal.woff2") format("woff2");
}

/* Sacramento — script decorativo (CTA final) */
@font-face{
  font-family:"Sacramento";
  font-style:normal;
  font-weight:400;
  font-display:swap;
  src:url("../fonts/sacramento-latin-400-normal.woff2") format("woff2");
}
