/**
 * PARNAM - Fuentes locales
 *
 * Requiere:
 * assets/fonts/inter-regular.woff2
 * assets/fonts/inter-semibold.woff2
 * assets/fonts/poppins-semibold.woff2
 * assets/fonts/poppins-bold.woff2
 */

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

@font-face {
	font-family: "Inter";
	src: url("../fonts/inter-semibold.woff2") format("woff2");
	font-style: normal;
	font-weight: 600;
	font-display: swap;
}

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

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