@font-face {
    font-family: 'Libertinus Serif';
    src: url('./libertinus/LibertinusSerif-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Libertinus Serif';
    src: url('./libertinus/LibertinusSerif-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Libertinus Serif';
    src: url('./libertinus/LibertinusSerif-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Libertinus Serif';
    src: url('./libertinus/LibertinusSerif-BoldItalic.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: 'Libertinus Serif';
    src: url('./libertinus/LibertinusSerif-Semibold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Libertinus Serif';
    src: url('./libertinus/LibertinusSerif-SemiboldItalic.ttf') format('truetype');
    font-weight: 600;
    font-style: italic;
}

@font-face {
    font-family: 'Noto Serif CJK SC';
    src: url('./noto/NotoSerifSC-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Noto Serif CJK SC';
    src: url('./noto/NotoSerifSC-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Noto Serif CJK SC';
    src: url('./noto/NotoSerifSC-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}
