@charset "UTF-8";

@font-face {
	font-family: 'NotoSansT';
	font-style: normal;
	font-weight: 100;
	src:
			url(../fonts/SourceHanSansJP-ExtraLight.otf) format('opentype');
}
@font-face {
	font-family: 'NotoSansL';
	font-style: normal;
	font-weight: 300;
	src:
			url(../fonts/SourceHanSansJP-Light.otf) format('opentype');
}
@font-face {
	font-family: 'NotoSansR';
	font-style: normal;
	font-weight: 400;
	src:
			url(../fonts/SourceHanSansJP-Normal.otf) format('opentype');
}
@font-face {
	font-family: 'NotoSansM';
	font-style: normal;
	font-weight: 500;
	src:
			url(../fonts/SourceHanSansJP-Medium.otf) format('opentype');
}
@font-face {
	font-family: 'NotoSansB';
	font-style: normal;
	font-weight: 700;
	src:
			url(../fonts/SourceHanSansJP-Bold.otf) format('opentype');
}
@font-face {
	font-family: 'NotoSansBlk';
	font-style: normal;
	font-weight: 900;
	src:
			url(../fonts/SourceHanSansJP-Heavy.otf) format('opentype');
}

@font-face {
	font-family: 'PretendardT';
	font-style: normal;
	font-weight: 100;
	src: url(../fonts/SourceHanSansJP-ExtraLight.otf) format('woff');
}
@font-face {
	font-family: 'PretendardL';
	font-style: normal;
	font-weight: 300;
	src: url(../fonts/SourceHanSansJP-Light.otf) format('woff');
}
@font-face {
	font-family: 'PretendardR';
	font-style: normal;
	font-weight: 400;
	src: url(../fonts/SourceHanSansJP-Regular.otf) format('woff');
}
@font-face {
	font-family: 'PretendardM';
	font-style: normal;
	font-weight: 500;
	src: url(../fonts/SourceHanSansJP-Medium.otf) format('woff');
}
@font-face {
	font-family: 'PretendardB';
	font-style: normal;
	font-weight: 700;
	src: url(../fonts/SourceHanSansJP-Bold.otf) format('woff');
}
@font-face {
	font-family: 'PretendardEB';
	font-style: normal;
	font-weight: 900;
	src: url(../fonts/SourceHanSansJP-Heavy.otf) format('woff');
}


