/*
 * Tipografia propia del tema: Poppins (titulos) y DM Sans (texto).
 *
 * Los archivos viven en assets/fonts/ y se sirven desde el propio tema en
 * vez de pedirlos a Google en cada visita: una peticion menos a un
 * dominio externo, sin depender de que fonts.googleapis.com este arriba.
 *
 * Solo se incluyen los pesos y el alfabeto que el prototipo usa de verdad
 * (latin: castellano con tildes y enie). Ver TOKENS.md, seccion 2.
 */

@font-face {
	font-family: 'DM Sans';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url('../fonts/dm-sans-400.woff2') format('woff2');
}

@font-face {
	font-family: 'DM Sans';
	font-style: normal;
	font-weight: 500;
	font-display: swap;
	src: url('../fonts/dm-sans-500.woff2') format('woff2');
}

@font-face {
	font-family: 'DM Sans';
	font-style: normal;
	font-weight: 600;
	font-display: swap;
	src: url('../fonts/dm-sans-600.woff2') format('woff2');
}

@font-face {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 500;
	font-display: swap;
	src: url('../fonts/poppins-500.woff2') format('woff2');
}

@font-face {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 600;
	font-display: swap;
	src: url('../fonts/poppins-600.woff2') format('woff2');
}
