/* 本地离线字体配置 */
/* 不再请求 Google Fonts，直接使用各平台自带的高质量衬线字体 (宋体/明体) */
body {
    font-family: "Noto Serif SC", "Source Han Serif SC", "STSong", "SimSun", "PMingLiU", "Apple LiGothic Medium", serif;
}
