/*
* Noto Sans SC (Chinese Simplified) http://www.google.com/fonts/earlyaccess
 */
@font-face {
	font-family: 'NotoSansSC Thin';
	font-style: normal;
	font-weight: 100;
	src: url(/zh/mobile/assets/fonts/NotoSansSC/NotoSansSC-Thin.woff2) format('woff2'),
	url(/zh/mobile/assets/fonts/NotoSansSC/NotoSansSC-Thin.woff) format('woff'),
	url(/zh/mobile/assets/fonts/NotoSansSC/NotoSansSC-Thin.otf) format('opentype');
}
@font-face {
	font-family: 'NotoSansSC Light';
	font-style: normal;
	font-weight: 300;
	src: url(/zh/mobile/assets/fonts/NotoSansSC/NotoSansSC-Light.woff2) format('woff2'),
	url(/zh/mobile/assets/fonts/NotoSansSC/NotoSansSC-Light.woff) format('woff'),
	url(/zh/mobile/assets/fonts/NotoSansSC/NotoSansSC-Light.otf) format('opentype');
}
@font-face {
	font-family: 'NotoSansSC Regular';
	font-style: normal;
	font-weight: 400;
	src: url(/zh/mobile/assets/fonts/NotoSansSC/NotoSansSC-Regular.woff) format('woff'),
	url(/zh/mobile/assets/fonts/NotoSansSC/NotoSansSC-Regular.woff) format('woff'),
	url(/zh/mobile/assets/fonts/NotoSansSC/NotoSansSC-Regular.otf) format('opentype');
}
@font-face {
	font-family: 'NotoSansSC Medium';
	font-style: normal;
	font-weight: 500;
	src: url(/zh/mobile/assets/fonts/NotoSansSC/NotoSansSC-Medium.woff2) format('woff2'),
	url(/zh/mobile/assets/fonts/NotoSansSC/NotoSansSC-Medium.woff) format('woff'),
	url(/zh/mobile/assets/fonts/NotoSansSC/NotoSansSC-Medium.otf) format('opentype');
}
@font-face {
	font-family: 'NotoSansSC Bold';
	font-style: normal;
	font-weight: 700;
	src: url(/zh/mobile/assets/fonts/NotoSansSC/NotoSansKR-Bold.woff2) format('woff2'),
	url(/zh/mobile/assets/fonts/NotoSansSC/NotoSansSC-Bold.woff) format('woff'),
	url(/zh/mobile/assets/fonts/NotoSansSC/NotoSansSC-Bold.otf) format('opentype');
}
@font-face {
	font-family: 'NotoSansSC Black';
	font-style: normal;
	font-weight: 900;
	src: url(/zh/mobile/assets/fonts/NotoSansSC/NotoSansSC-Black.woff2) format('woff2'),
	url(/zh/mobile/assets/fonts/NotoSansSC/NotoSansSC-Black.woff) format('woff'),
	url(/zh/mobile/assets/fonts/NotoSansSC/NotoSansSC-Black.otf) format('opentype');
}