
/* static/css/fonts.css */
@font-face {
    font-family: 'Noto Sans SC';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/NotoSansSC-Regular.woff2') format('woff2'),
         url('../fonts/NotoSansSC-Regular.woff') format('woff');
    font-display: swap;
}

@font-face {
    font-family: 'Noto Sans SC';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/NotoSansSC-Bold.woff2') format('woff2'),
         url('../fonts/NotoSansSC-Bold.woff') format('woff');
    font-display: swap;
}

body {
    font-family: 'Noto Sans SC', sans-serif;
}
