/*
 * OP — Fuentes autohospedadas (licencias OFL 1.1 en ../fonts/)
 *   - Outfit variable  → titulares (eje wght 100-900, sin wdth)
 *   - Archivo variable → cuerpo (ejes wght 100-900 y wdth 62-125)
 * Cero peticiones a servidores de fuentes externos.
 */

@font-face {
	font-family: 'Outfit';
	src: url('../fonts/outfit-variable.woff2') format('woff2-variations');
	font-weight: 100 900;
	font-display: swap;
}

@font-face {
	font-family: 'Archivo';
	src: url('../fonts/archivo-variable.woff2') format('woff2-variations');
	font-weight: 100 900;
	font-stretch: 62% 125%;
	font-display: swap;
}

/*
 * Alias: el CSS que genera Theme Options de Jannah (heredado del demo Main)
 * declara 'Poppins' en varios selectores y esa fuente no se carga. Outfit es
 * geométrica como Poppins: el alias resuelve al mismo archivo ya precargado.
 */
@font-face {
	font-family: 'Poppins';
	src: url('../fonts/outfit-variable.woff2') format('woff2-variations');
	font-weight: 100 900;
	font-display: swap;
}
