/* Silere · font-faces.css — fuentes autoalojadas (SIL Open Font License, ver assets/fonts/LICENSE-*).
   Descargadas de Fontsource, subconjunto "latin" (incluye ñ y tildes). font-display: swap.
   Divi no las pide a Google: et_google_api_settings[use_google_fonts] = off.

   - Quicksand (variable 300–700): cuerpo, menús, botones y etiquetas. Se precarga.
   - Petit Formal Script 400: títulos caligráficos.
   - Cormorant Garamond 300 normal/cursiva: citas y párrafos editoriales (excepción
     a la regla de dos familias: ya forma parte de la identidad del sitio). */

@font-face {
	font-family: "Quicksand";
	src: url("../fonts/quicksand-latin-wght-normal.woff2") format("woff2-variations");
	font-weight: 300 700;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Petit Formal Script";
	src: url("../fonts/petit-formal-script-latin-400-normal.woff2") format("woff2");
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Cormorant Garamond";
	src: url("../fonts/cormorant-garamond-latin-300-normal.woff2") format("woff2");
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Cormorant Garamond";
	src: url("../fonts/cormorant-garamond-latin-300-italic.woff2") format("woff2");
	font-weight: 300;
	font-style: italic;
	font-display: swap;
}
