/* CSS Document */
@font-face {
    font-family: 'Noto Sans SC';
    src:url('../../fonts/myfonts/SourceHanSansSC-ExtraLight.otf');
    font-weight: 200;
    font-style: normal;
	font-display: swap;
}
@font-face {
    font-family: 'Noto Sans SC';
    src:url('../../fonts/myfonts/SourceHanSansSC-Light.otf');
    font-weight: 300;
    font-style: normal;
	font-display: swap;
}
@font-face {
    font-family: 'Noto Sans SC';
    src:url('../../fonts/myfonts/SourceHanSansSC-Regular.otf');
    font-weight: 400;
    font-style: normal;
	font-display: swap;
}
@font-face {
    font-family: 'Noto Sans SC';
    src:url('../../fonts/myfonts/SourceHanSansSC-Medium.otf');
    font-weight: 500;
    font-style: normal;
	font-display: swap;
}
@font-face {
    font-family: 'Noto Sans SC';
    src:url('../../fonts/myfonts/SourceHanSansSC-Bold.otf');
    font-weight: 700;
    font-style: normal;
	font-display: swap;
}
@font-face {
    font-family: 'Noto Sans SC';
    src:url('../../fonts/myfonts/SourceHanSansSC-Heavy.otf');
    font-weight: 900;
    font-style: normal;
	font-display: swap;
}