/* 本地思源字体 */
@font-face {
    font-family: 'Noto Serif SC';
    font-style: normal;
    font-weight: 400 600;
    src: local('Noto Serif CJK SC'), 
         local('NotoSerifCJK-Regular'), 
         local('Source Han Serif SC'),
         local('SimSun');
    font-display: swap;
}
