/**
 * Fuentes auto-hospedadas (self-host) — Javier Torices
 * Sustituye a Google Fonts para evitar la carga desde fonts.gstatic.com
 * (RGPD / auditorías Kit Digital). Recuerda desactivar en Elementor:
 * Ajustes del sitio → Avanzado → Google Fonts: Off.
 *
 * IMPORTANTE: los nombres de familia son EXACTAMENTE los mismos que ya
 * configuraste en Elementor (Instrument Serif / Open Sans), así que no hay
 * que tocar ninguna Fuente global ni Estilo del tema: el navegador coge estas
 * versiones locales en lugar de pedirlas a Google.
 */

@font-face {
	font-family: 'Instrument Serif';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url('../fonts/instrument-serif-latin-400-normal.woff2') format('woff2');
}

@font-face {
	font-family: 'Instrument Serif';
	font-style: italic;
	font-weight: 400;
	font-display: swap;
	src: url('../fonts/instrument-serif-latin-400-italic.woff2') format('woff2');
}

@font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 300;
	font-display: swap;
	src: url('../fonts/open-sans-latin-300-normal.woff2') format('woff2');
}

@font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url('../fonts/open-sans-latin-400-normal.woff2') format('woff2');
}

@font-face {
	font-family: 'Open Sans';
	font-style: italic;
	font-weight: 400;
	font-display: swap;
	src: url('../fonts/open-sans-latin-400-italic.woff2') format('woff2');
}

@font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 600;
	font-display: swap;
	src: url('../fonts/open-sans-latin-600-normal.woff2') format('woff2');
}

@font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url('../fonts/open-sans-latin-700-normal.woff2') format('woff2');
}
