/**
 * Speedee — add licensed .woff2 / .woff files under assets/fonts/
 * (see assets/fonts/README.txt). Falls back to system UI if files are missing.
 */

@font-face {
	font-family: "Speedee";
	src: url("../fonts/speedee-regular.woff2") format("woff2"),
		url("../fonts/speedee-regular.woff") format("woff");
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Speedee";
	src: url("../fonts/speedee-bold.woff2") format("woff2"),
		url("../fonts/speedee-bold.woff") format("woff");
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}
