
@font-face {
    font-family: 'Noto Sans CJK';
    font-style: normal;
    font-weight: auto;
    font-display: swap;
    src: url('./fonts/NotoSansCJK/NotoSansCJK-SC.otf') format('woff2');
}

body {
    font-family: 'Noto Sans CJK';
    font-weight: 500;
}