@font-face {
    font-family: "Roboto";
    src: url("../fonts/Noto/NotoSerifSC-Regular.ttf") format("truetype");
    font-display: swap;
    font-weight: 400;
}
@font-face {
    font-family: "Roboto";
    src: url("../fonts/Noto/NotoSerifSC-Medium.ttf") format("truetype");
    font-display: swap;
    font-weight: 500;
}
@font-face {
    font-family: "Roboto";
    src: url("../fonts/Noto/NotoSerifSC-SemiBold.ttf") format("truetype");
    font-display: swap;
    font-weight: 600;
}
@font-face {
    font-family: "Roboto";
    src: url("../fonts/Noto/NotoSerifSC-Bold.ttf") format("truetype");
    font-display: swap;
    font-weight: 700;
}