@font-face {
	font-family: "Noto Sans";
	src: url("../fonts/NotoSans-Thin.ttf");
	font-weight: 200;
}
@font-face {
	font-family: "Noto Sans";
	src: url("../fonts/NotoSans-Light.ttf");
	font-weight: 300;
}
@font-face {
	font-family: "Noto Sans";
	src: url("../fonts/NotoSans-Regular.ttf");
	font-weight: 400;
}
@font-face {
	font-family: "Noto Sans";
	src: url("../fonts/NotoSans-Medium.ttf");
	font-weight: 500;
}
@font-face {
	font-family: "Noto Sans";
	src: url("../fonts/NotoSans-SemiBold.ttf");
	font-weight: 600;
}
@font-face {
	font-family: "Noto Sans";
	src: url("../fonts/NotoSans-Bold.ttf");
	font-weight: 700;
}
@font-face {
	font-family: "Noto Sans";
	src: url("../fonts/NotoSans-ExtraBold.ttf");
	font-weight: 800;
}
@font-face {
	font-family: "Noto Sans";
	src: url("../fonts/NotoSans-Black.ttf");
	font-weight: 900;
}
