@font-face {
	font-family: 'Noto Sans';
	font-style: normal;
	font-weight: 400;
	src: url('../fonts/NotoSans/NotoSans-Regular.ttf') format('ttf'),
	     url('../fonts/NotoSans/NotoSans-Regular.woff') format('woff');
}
@font-face {
	font-family: 'Noto Sans';
	font-style: bold;
	font-weight: 600;
	src: url('../fonts/NotoSans/NotoSans-SemiBold.ttf') format('ttf'),
	     url('../fonts/NotoSans/NotoSans-SemiBold.woff') format('woff');
}
@font-face {
	font-family: 'Noto Sans';
	font-style: bold;
	font-weight: 700;
	src: url('../fonts/NotoSans/NotoSans-Bold.ttf') format('ttf'),
	     url('../fonts/NotoSans/NotoSans-Bold.woff') format('woff');
}