/* Tipografía institucional, auto-hospedada (sin depender de servicios externos en cada carga). */

@font-face {
	font-family: 'Libre Baskerville';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url('../fonts/librebaskerville-regular-latin.woff2') format('woff2');
}

@font-face {
	font-family: 'Libre Baskerville';
	font-style: italic;
	font-weight: 400;
	font-display: swap;
	src: url('../fonts/librebaskerville-italic-latin.woff2') format('woff2');
}

@font-face {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 100 900;
	font-display: swap;
	src: url('../fonts/inter-variable-latin.woff2') format('woff2');
}
