/*
	Noto Sans Japanese
*/

.Noto100 { font-weight: 100; }
.Noto200 { font-weight: 200; }
.Noto300 { font-weight: 300; }
.Noto400 { font-weight: 400; }
.Noto500 { font-weight: 500; }
.Noto700 { font-weight: 700; }
.Noto900 { font-weight: 900; }

@font-face {
	font-family: 'Noto Sans Japanese';
	src: url(NotoSansJP-Thin_sub.woff2) format('woff2'),
	url(NotoSansJP-Thin_sub.woff) format('woff'),
       url(NotoSansJP-Thin_sub.otf) format('opentype');
	font-weight: 100;
	font-style: normal;
}
@font-face {
	font-family: 'Noto Sans Japanese';
	src: url(NotoSansJP-Light_sub.woff2) format('woff2'),
	url(NotoSansJP-Light_sub.woff) format('woff'),
       url(NotoSansJP-Light_sub.otf) format('opentype');
	font-weight: 200;
	font-style: normal;
}
@font-face {
	font-family: 'Noto Sans Japanese';
	src: url(NotoSansJP-DemiLight_sub.woff2) format('woff2'),
	url(NotoSansJP-DemiLight_sub.woff) format('woff'),
       url(NotoSansJP-DemiLight_sub.otf) format('opentype');
	font-weight: 300;
	font-style: normal;
}
@font-face {
	font-family: 'Noto Sans Japanese';
	src: url(NotoSansJP-Regular_sub.woff2) format('woff2'),
	url(NotoSansJP-Regular_sub.woff) format('woff'),
       url(NotoSansJP-Regular_sub.otf) format('opentype');
	font-weight: 400;
	font-style: normal;
}
@font-face {
	font-family: 'Noto Sans Japanese';
	src: url(NotoSansJP-Medium_sub.woff2) format('woff2'),
	url(NotoSansJP-Medium_sub.woff) format('woff'),
       url(NotoSansJP-Medium_sub.otf) format('opentype');
	font-weight: 500;
	font-style: normal;
}
@font-face {
	font-family: 'Noto Sans Japanese';
	src: url(NotoSansJP-Bold_sub.woff2) format('woff2'),
	url(NotoSansJP-Bold_sub.woff) format('woff'),
       url(NotoSansJP-Bold_sub.otf) format('opentype');
	font-weight: 700;
	font-style: normal;
}
@font-face {
	font-family: 'Noto Sans Japanese';
	src: url(NotoSansJP-Black_sub.woff2) format('woff2'),
	url(NotoSansJP-Black_sub.woff) format('woff'),
       url(NotoSansJP-Black_sub.otf) format('opentype');
	font-weight: 900;
	font-style: normal;
}