@charset "utf-8";
@font-face {
	font-family: 'Noto Serif';
	src: url('../fonts/en//NotoSerif-Bold.woff2') format('woff2'),
		 url('../fonts/en//NotoSerif-Bold.woff') format('woff'),
		 url('../fonts/en//NotoSerif-Bold.ttf') format('truetype'),
		 url('../fonts/en//NotoSerif-Bold.otf') format('opentype');
	font-weight: 700;
	font-style: normal;
}
@font-face {
	font-family: 'Noto Serif';
	src: url('../fonts/en//NotoSerif-SemiBold.woff2') format('woff2'),
		 url('../fonts/en//NotoSerif-SemiBold.woff') format('woff'),
		 url('../fonts/en//NotoSerif-SemiBold.ttf') format('truetype'),
		 url('../fonts/en//NotoSerif-SemiBold.otf') format('opentype');
	font-weight: 600;
	font-style: normal;
}
@font-face {
	font-family: 'Noto Serif';
	src: url('../fonts/en//NotoSerif-Regular.woff2') format('woff2'),
		 url('../fonts/en//NotoSerif-Regular.woff') format('woff'),
		 url('../fonts/en//NotoSerif-Regular.ttf') format('truetype'),
		 url('../fonts/en//NotoSerif-Regular.otf') format('opentype');
	font-weight: 500;
	font-style: normal;
}
@font-face {
	font-family: 'Noto Sans';
	src: url('../fonts/en//NotoSans-Bold.woff2') format('woff2'),
		 url('../fonts/en//NotoSans-Bold.woff') format('woff'),
		 url('../fonts/en//NotoSans-Bold.ttf') format('truetype'),
		 url('../fonts/en//NotoSans-Bold.otf') format('opentype');
	font-weight: 700;
	font-style: normal;
}
@font-face {
	font-family: 'Noto Sans';
	src: url('../fonts/en//NotoSans-Regular.woff2') format('woff2'),
		 url('../fonts/en//NotoSans-Regular.woff') format('woff'),
		 url('../fonts/en//NotoSans-Regular.ttf') format('truetype'),
		 url('../fonts/en//NotoSans-Regular.otf') format('opentype');
	font-weight: 400;
	font-style: normal;
}