@charset 'utf-8';
body{
	font-family: "Noto Sans SC", sans-serif;
}

.regular{
	font-family: "Noto Sans SC", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
}
.thin{
	font-family: "Noto Sans SC", sans-serif;
	font-optical-sizing: auto;
	font-weight: 100;
	font-style: normal;
}
.light{
	font-family: "Noto Sans SC", sans-serif;
	font-optical-sizing: auto;
	font-weight: 300;
	font-style: normal;
}
.mid{
	font-family: "Noto Sans SC", sans-serif;
	font-optical-sizing: auto;
	font-weight: 500;
	font-style: normal;
}
.bold{
	font-family: "Noto Sans SC", sans-serif;
	font-optical-sizing: auto;
	font-weight: 700;
	font-style: normal;
}
.black{
	font-family: "Noto Sans SC", sans-serif;
	font-optical-sizing: auto;
	font-weight: 900;
	font-style: normal;
}
.g_elight{
	font-family: "Noto Serif SC", serif;
	font-optical-sizing: auto;
	font-weight: 200;
	font-style: normal;
}
.g_light{
	font-family: "Noto Serif SC", serif;
	font-optical-sizing: auto;
	font-weight: 300;
	font-style: normal;
}
.g_font{
	font-family: "Noto Serif SC", serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
}
.g_mid{
	font-family: "Noto Serif SC", serif;
	font-optical-sizing: auto;
	font-weight: 500;
	font-style: normal;
}
.g_sbold{
	font-family: "Noto Serif SC", serif;
	font-optical-sizing: auto;
	font-weight: 600;
	font-style: normal;
}
.g_bold{
	font-family: "Noto Serif SC", serif;
	font-optical-sizing: auto;
	font-weight: 700;
	font-style: normal;
}
.g_black{
	font-family: "Noto Serif SC", serif;
	font-optical-sizing: auto;
	font-weight: 900;
	font-style: normal;
}