@font-face {
	font-family: 'Noto Sans SC';
	font-weight: 300;
	src: url("/common/fonts/NotoSansSC-Light.woff2") format("woff2");
	font-display: swap;
}

@font-face {
	font-family: 'Noto Sans SC';
	font-weight: 400;
	src: url("/common/fonts/NotoSansSC-Regular.woff2") format("woff2");
	font-display: swap;
}

@font-face {
	font-family: 'Noto Sans SC';
	font-weight: 700;
	src: url("/common/fonts/NotoSansSC-Bold.woff2") format("woff2");
	font-display: swap;
}

body {
	font-family: 'Noto Sans JP', 'Noto Sans SC';
}