@font-face {
	font-family: "CMU";
	src: url("../fonts/CMU-Regular.woff2") format("woff2");
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "CMU";
	src: url("../fonts/CMU-Italic.woff2") format("woff2");
	font-weight: 400;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: "CMU";
	src: url("../fonts/CMU-Bold.woff2") format("woff2");
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "CMU";
	src: url("../fonts/CMU-BoldItalic.woff2") format("woff2");
	font-weight: 700;
	font-style: italic;
	font-display: swap;
}

html,
body,
button,
input,
select,
textarea {
	font-family: "CMU", "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}