﻿@font-face {
    font-family: "Noto Sans SC";
    font-style: normal;
    font-weight: 100;
    src: url(./NotoSansSC-Thin.otf) format("opentype");
    font-display: swap;
}

@font-face {
    font-family: "Noto Sans SC";
    font-style: normal;
    font-weight: 300;
    src: url(./NotoSansSC-Light.otf) format("opentype");
    font-display: swap;
}

@font-face {
    font-family: "Noto Sans SC";
    font-style: normal;
    font-weight: 400;
    src: url(./NotoSansSC-Regular.otf) format("opentype");
    font-display: swap;
}

@font-face {
    font-family: "Noto Sans SC";
    font-style: normal;
    font-weight: 500;
    src: url(./NotoSansSC-Medium.otf) format("opentype");
    font-display: swap;
}

@font-face {
    font-family: "Noto Sans SC";
    font-style: normal;
    font-weight: 700;
    src: url(./NotoSansSC-Bold.otf) format("opentype");
    font-display: swap;
}

@font-face {
    font-family: "Noto Sans SC";
    font-style: normal;
    font-weight: 900;
    src: url(./NotoSansSC-Black.otf) format("opentype");
    font-display: swap;
}