/* Jost y Rubik, alojadas localmente (antes: fonts.googleapis.com/fonts.gstatic.com).
   Cada archivo es una fuente variable (cubre todo su rango de grosor con un
   solo archivo): no hace falta un archivo por cada peso. */
@font-face {
	font-family: 'Jost';
	font-style: normal;
	font-weight: 500 800;
	font-display: swap;
	src: url('jost-latin.woff2') format('woff2');
}
@font-face {
	font-family: 'Rubik';
	font-style: normal;
	font-weight: 400 700;
	font-display: swap;
	src: url('rubik-latin.woff2') format('woff2');
}
