/*
 * Registro técnico de fuentes locales. Únicamente declaraciones @font-face:
 * no es un sistema visual (sin selectores de elementos, sin tipografía de
 * componentes). Elementor Pro referencia estos nombres de familia en sus
 * Global Fonts (Fase 7B) sin volver a cargar el archivo.
 */

@font-face {
	font-family: "Lato";
	src: url("Lato-Regular.woff2") format("woff2");
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Lato";
	src: url("Lato-SemiBold.woff2") format("woff2");
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Lato";
	src: url("Lato-Bold.woff2") format("woff2");
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Inter";
	src: url("Inter-Variable-400-700.woff2") format("woff2-variations");
	font-weight: 400 700;
	font-style: normal;
	font-display: swap;
}
