@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+SC:wght@300;400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif:ital,wght@0,300;1,300&display=swap');

@font-face {
    font-family: 'NOTO_SERIF';
    src: url('../font/NotoSerif-VariableFont_wdth,wght.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
 }

@font-face {
    font-family: 'NOTO_SERIF';
    src: url('../font/NotoSerif-Italic-VariableFont_wdth,wght.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
 }

