@font-face {
    font-family: "Noto Sans SC";
    src: url(../fonts/NotoSansSC-Thin.ttf) format("truetype");
    font-style: normal;
    font-weight: 100;
}

@font-face {
    font-family: "Noto Sans SC";
    src: url(../fonts/NotoSansSC-ExtraLight.ttf) format("truetype");
    font-style: normal;
    font-weight: 200;
}

@font-face {
    font-family: "Noto Sans SC";
    src: url(../fonts/NotoSansSC-Light.ttf) format("truetype");
    font-style: normal;
    font-weight: 300;
}

@font-face {
    font-family: "Noto Sans SC";
    src: url(../fonts/NotoSansSC-Regular.ttf) format("truetype");
    font-style: normal;
    font-weight: 400;
}

@font-face {
    font-family: "Noto Sans SC";
    src: url(../fonts/NotoSansSC-Medium.ttf) format("truetype");
    font-style: normal;
    font-weight: 500;
}

@font-face {
    font-family: "Noto Sans SC";
    src: url(../fonts/NotoSansSC-SemiBold.ttf) format("truetype");
    font-style: normal;
    font-weight: 600;
}

@font-face {
    font-family: "Noto Sans SC";
    src: url(../fonts/NotoSansSC-Bold.ttf) format("truetype");
    font-style: normal;
    font-weight: 700;
}

@font-face {
    font-family: "Noto Sans SC";
    src: url(../fonts/NotoSansSC-ExtraBold.ttf) format("truetype");
    font-style: normal;
    font-weight: 700;
}

@font-face {
    font-family: "Noto Sans SC";
    src: url(../fonts/NotoSansSC-Black.ttf) format("truetype");
    font-style: normal;
    font-weight: 900;
}