@font-face {
    font-family: "Noto Serif SC";
    src: url(../fonts/NotoSerifSC-ExtraLight.otf) format("opentype");
    font-style: normal;
    font-weight: 200;
}

@font-face {
    font-family: "Noto Serif SC";
    src: url(../fonts/NotoSerifSC-Light.otf) format("opentype");
    font-style: normal;
    font-weight: 300;
}

@font-face {
    font-family: "Noto Serif SC";
    src: url(../fonts/NotoSerifSC-Regular.otf) format("opentype");
    font-style: normal;
    font-weight: 400;
}

@font-face {
    font-family: "Noto Serif SC";
    src: url(../fonts/NotoSerifSC-Medium.otf) format("opentype");
    font-style: normal;
    font-weight: 500;
}

@font-face {
    font-family: "Noto Serif SC";
    src: url(../fonts/NotoSerifSC-SemiBold.otf) format("opentype");
    font-style: normal;
    font-weight: 600;
}

@font-face {
    font-family: "Noto Serif SC";
    src: url(../fonts/NotoSerifSC-Bold.otf) format("opentype");
    font-style: normal;
    font-weight: 700;
}

@font-face {
    font-family: "Noto Serif SC";
    src: url(../fonts/NotoSerifSC-Black.otf) format("opentype");
    font-style: normal;
    font-weight: 900;
}