@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;
}
:root {
	--bs-font-sans-serif: "Noto Sans";
}