/*fonts@ China*/

@font-face {
    font-family: "Demo";
    src: url("../fonts/Chinese/NotoSansSC-Regular.ttf") format("truetype");
    font-display: swap;
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "Demo";
    src: url("../fonts/Chinese/NotoSansSC-ExtraLight.ttf") format("truetype");
    font-display: swap;
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: "Demo";
    src: url("../fonts/Chinese/NotoSansSC-Medium.ttf") format("truetype");
    font-display: swap;
    font-weight: 600;
    font-style: normal;
}
/* Inter font */
@font-face { font-family: "Inter"; font-style: normal; font-weight: 100; font-display: swap; src: url("../fonts/Chinese/NotoSansSC-Thin.ttf") format("truetype"); }
@font-face { font-family: "Inter"; font-style: normal; font-weight: 200; font-display: swap; src: url("../fonts/Chinese/NotoSansSC-ExtraLight.ttf") format("truetype"); }
@font-face { font-family: "Inter"; font-style: normal; font-weight: 300; font-display: swap; src: url("../fonts/Chinese/NotoSansSC-Light.ttf") format("truetype"); }
@font-face { font-family: "Inter"; font-style: normal; font-weight: 400; font-display: swap; src: url("../fonts/Chinese/NotoSansSC-Regular.ttf") format("truetype"); }
@font-face { font-family: "Inter"; font-style: normal; font-weight: 500; font-display: swap; src: url("../fonts/Chinese/NotoSansSC-Medium.ttf") format("truetype"); }
@font-face { font-family: "Inter"; font-style: normal; font-weight: 600; font-display: swap; src: url("../fonts/Chinese/NotoSansSC-SemiBold.ttf") format("truetype"); }
@font-face { font-family: "Inter"; font-style: normal; font-weight: 700; font-display: swap; src: url("../fonts/Chinese/NotoSansSC-Bold.ttf") format("truetype"); }
@font-face { font-family: "Inter"; font-style: normal; font-weight: 800; font-display: swap; src: url("../fonts/Chinese/NotoSansSC-ExtraBold.ttf") format("truetype"); }
@font-face { font-family: "Inter"; font-style: normal; font-weight: 900; font-display: swap; src: url("../fonts/Chinese/NotoSansSC-Black.ttf") format("truetype"); }


