/* Inter — servida localmente (sin depender de fonts.googleapis.com) para que
 * la PWA funcione offline y no dispare una petición externa en cada carga.
 * Subset "latin" (cubre español: ñ, á, é, í, ó, ú, ü, ¿, ¡) y solo los 4 pesos
 * que usa el frontend (400/500/600/700 normal, sin itálica). Archivos de
 * assets/fonts/inter/, tomados del paquete @fontsource/inter (MIT/OFL-1.1).
 */
@font-face {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url('inter-latin-400-normal.woff2') format('woff2');
}
@font-face {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 500;
	font-display: swap;
	src: url('inter-latin-500-normal.woff2') format('woff2');
}
@font-face {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 600;
	font-display: swap;
	src: url('inter-latin-600-normal.woff2') format('woff2');
}
@font-face {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url('inter-latin-700-normal.woff2') format('woff2');
}
