@font-face {
    font-family: 'Noto Serif SC';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local('Noto Serif SC'), local('NotoSerifSC-Regular');
}

@font-face {
    font-family: 'Noto Serif SC';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: local('Noto Serif SC Bold'), local('NotoSerifSC-Bold');
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 300 600;
    font-display: swap;
    src: local('Inter'), local('Inter-Regular');
}

.font-serif { font-family: 'Noto Serif SC', serif; }
.font-sans { font-family: 'Inter', 'Noto Sans SC', system-ui, sans-serif; }
