/* assets/fonts/fonts.css
 *
 * Fuentes variables servidas localmente — sin tráfico hacia Google Fonts CDN
 * (cumplimiento GDPR + cero terceros).
 *
 * `font-display: swap` evita FOIT durante la descarga.
 * `font-weight: 300 700` declara el rango variable; cualquier peso en ese
 * rango (font-weight: 450, etc.) se sintetiza desde el mismo archivo.
 */

@font-face {
	font-family: "Cormorant Garamond";
	src: url("CormorantGaramond-Variable.ttf") format("truetype-variations");
	font-weight: 300 700;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Cormorant Garamond";
	src: url("CormorantGaramond-Italic-Variable.ttf") format("truetype-variations");
	font-weight: 300 700;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: "DM Sans";
	src: url("DMSans-Variable.ttf") format("truetype-variations");
	font-weight: 100 1000;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "DM Sans";
	src: url("DMSans-Italic-Variable.ttf") format("truetype-variations");
	font-weight: 100 1000;
	font-style: italic;
	font-display: swap;
}
