@font-face {
    font-family: 'Noto Sans SC';
    font-style: normal;
    font-weight: 400;
    src: url("fonts/NotoSansSC-Light.woff2") format("woff2"),url("fonts/NotoSansSC-Light.woff") format("woff"),url("fonts/NotoSansSC-Light.otf") format("opentype")
}

@font-face {
    font-family: 'Noto Sans SC';
    font-style: normal;
    font-weight: 500;
    src: url("fonts/NotoSansSC-Medium.woff2") format("woff2"),url("fonts/NotoSansSC-Medium.woff") format("woff"),url("fonts/NotoSansSC-Medium.otf") format("opentype")
}

@font-face {
    font-family: 'Noto Sans SC';
    font-style: normal;
    font-weight: 600;
    src: url("fonts/NotoSansSC-Medium.woff2") format("woff2"),url("fonts/NotoSansSC-Medium.woff") format("woff"),url("fonts/NotoSansSC-Medium.otf") format("opentype")
}

@font-face {
    font-family: 'Noto Sans SC';
    font-style: normal;
    font-weight: 700;
    src: url("fonts/NotoSansSC-Bold.woff2") format("woff2"),url("fonts/NotoSansSC-Bold.woff") format("woff"),url("fonts/NotoSansSC-Bold.otf") format("opentype")
}

html {
    font-size: 62.5%;
    line-height: normal
}

body {
    font-family: "Noto Sans SC", sans-serif;
    color: #2e2e2e;
    font-weight: 400;
    font-size: 16px;
    font-size: 1.6rem
}