/* Inter — SIL Open Font License 1.1
   Binarios: ./scripts/download-inter.sh (o añade manualmente con la convención de nombres). */

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

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

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