/* Theme-compatible local fonts. Both files are variable WOFF2 subsets from Google Fonts. */
@font-face {
	font-family: "Roboto";
	font-style: normal;
	font-weight: 300 900;
	font-display: optional;
	src: url("../fonts/roboto-latin-variable.woff2") format("woff2");
}

@font-face {
	font-family: "Spartan";
	font-style: normal;
	font-weight: 300 800;
	font-display: optional;
	src: url("../fonts/spartan-latin-variable.woff2") format("woff2");
}
