@font-face {
	font-family: "Noto Sans";
	src: url("../../fonts/NotoSans-Light.ttf");
	src: url("../../fonts/NotoSans-Light.ttf") format('truetype');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Noto Sans Regular";
	src: url("../../fonts/NotoSans-Regular.ttf");
	src: url("../../fonts/NotoSans-Regular.ttf") format('truetype');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Noto Sans Medium";
	src: url("../../fonts/NotoSans-Medium.ttf");
	src: url("../../fonts/NotoSans-Medium.ttf") format('truetype');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

:root {
	--bs-font-sans-serif: "Noto Sans";
}