@font-face {
	font-family: "UnboundedEL";
	src: url("../fonts/Unbounded-ExtraLight.ttf") format("truetype");
	font-weight: 200;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: "UnboundedL";
	src: url("../fonts/Unbounded-Light.ttf") format("truetype");
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: "UnboundedB";
	src: url("../fonts/Unbounded-Bold.ttf") format("truetype");
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: "UnboundedSB";
	src: url("../fonts/Unbounded-SemiBold.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: "InterR";
	src: url("../fonts/Inter-Regular.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: "InterM";
	src: url("../fonts/Inter-Medium.ttf") format("truetype");
	font-weight: 500;
	font-style: normal;
}
@font-face {
	font-family: "InterSB";
	src: url("../fonts/Inter-SemiBold.ttf") format("truetype");
	font-weight: 600;
	font-style: normal;
}
@font-face {
	font-family: "InterB";
	src: url("../fonts/Inter-Bold.ttf") format("truetype");
	font-weight: bold;
	font-style: normal;
}