/* Tipografías autoalojadas. Sin peticiones externas. */

/*
 * Zuume (licencia comercial, Fontfabric).
 * Cuando llegue la licencia webfont, soltar los archivos en assets/fonts/
 * como zuume-bold.woff2 y esta declaración la recogerá sola.
 * Mientras tanto, Anton hace de sustituta con el mismo carácter condensado.
 */
@font-face {
	font-family: "Zuume";
	src: url("../fonts/zuume-bold.woff2") format("woff2");
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Anton";
	src: url("../fonts/anton-400.woff2") format("woff2");
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

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

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

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