@font-face {
	font-weight: 300;
	font-family: "Nunito Sans";
	font-style: normal;
	src: url("nunito-300.woff2") format("woff2");
	font-display: fallback;
}

@font-face {
	font-weight: 400;
	font-family: "Nunito Sans";
	font-style: normal;
	src: url("nunito-400.woff2") format("woff2");
	font-display: fallback;
}

@font-face {
	font-weight: 700;
	font-family: "Nunito Sans";
	font-style: normal;
	src: url("nunito-700.woff2") format("woff2");
	font-display: fallback;
}

@font-face {
	font-weight: 900;
	font-family: "Nunito Sans";
	font-style: normal;
	src: url("nunito-900.woff2") format("woff2");
	font-display: fallback;
}