/* Self-hosted fonts. Oswald and Didact Gothic, SIL Open Font License (see assets/fonts). */

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

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

@font-face {
	font-family: "Didact Gothic";
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url("../fonts/didact-gothic-latin-400-normal.woff2") format("woff2");
}
