/*
 * Sora e Inter, alojadas en el propio sitio. Solo el subconjunto "latin"
 * (rango U+0000-00FF), que cubre todos los acentos del espanol
 * (a-e-i-o-u con tilde, n con tilde, u con dieresis, ¿ ¡).
 *
 * ponytail: nada de swap con `local()` ni de subconjuntos extra
 * (cirilico, griego, vietnamita) que este sitio no necesita.
 */
@font-face {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url('../fonts/inter-400.woff2') format('woff2');
}
@font-face {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 500;
	font-display: swap;
	src: url('../fonts/inter-500.woff2') format('woff2');
}
@font-face {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 600;
	font-display: swap;
	src: url('../fonts/inter-600.woff2') format('woff2');
}
@font-face {
	font-family: 'Sora';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url('../fonts/sora-400.woff2') format('woff2');
}
@font-face {
	font-family: 'Sora';
	font-style: normal;
	font-weight: 600;
	font-display: swap;
	src: url('../fonts/sora-600.woff2') format('woff2');
}
@font-face {
	font-family: 'Sora';
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url('../fonts/sora-700.woff2') format('woff2');
}
@font-face {
	font-family: 'Sora';
	font-style: normal;
	font-weight: 800;
	font-display: swap;
	src: url('../fonts/sora-800.woff2') format('woff2');
}
