/* Self-hosted OFL fonts. Keep adjacent OFL.txt files when redistributing. */
@font-face {
	font-family: "Nunito";
	src: url("./nunito/Nunito-Italic[wght].woff2") format("woff2");
	font-weight: 200 1000;
	font-style: italic;
	font-display: swap;
}
@font-face {
	font-family: "Nunito";
	src: url("./nunito/Nunito[wght].woff2") format("woff2");
	font-weight: 200 1000;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: "Newsreader";
	src: url("./newsreader/Newsreader-Italic[opsz,wght].woff2") format("woff2");
	font-weight: 200 800;
	font-style: italic;
	font-display: swap;
}
@font-face {
	font-family: "Newsreader";
	src: url("./newsreader/Newsreader[opsz,wght].woff2") format("woff2");
	font-weight: 200 800;
	font-style: normal;
	font-display: swap;
}
