/* --- Make It Sans Font Face --- */

@font-face {
	font-family: "Make It Sans";
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src:
		url("./MakeItSansWeb-Regular.woff2") format("woff2"),
		url("./MakeItSansWeb-Regular.woff")  format("woff");
}
@font-face {
	font-family: "Make It Sans";
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src:
		url("./MakeItSansWeb-Bold.woff2") format("woff2"),
		url("./MakeItSansWeb-Bold.woff")  format("woff");
}
