/* 正文：英文 Times / Sylfaen，中文 Noto Serif SC */
body,
#article-container,
#aside-content,
#recent-posts > .recent-post-item > .recent-post-info > .content,
.layout > div:first-child:not(.recent-posts) {
  font-family: "Sylfaen", "Times New Roman", "Noto Serif SC", "Source Han Serif SC", "Songti SC", serif !important;
  font-weight: 600;
  line-height: 1.9;
}

/* 左上角站名、首页大标题、文章标题：更复古 */
#nav #site-name,
#nav .site-name,
#site-title,
#site-subtitle,
#recent-posts .recent-post-item .post-title,
#recent-posts .recent-post-item .article-title,
#post-info .post-title,
.post-title,
#article-container h1,
#article-container h2,
#article-container h3 {
  font-family: "ZCOOL XiaoWei", "Noto Serif SC", "Source Han Serif SC", "Songti SC", serif !important;
  font-weight: 400 !important;
  letter-spacing: 0.01em;
}

/* 菜单和侧边栏作者名仍然稳一点 */
#nav .menus_items .menus_item a,
.author-info__name {
  font-family: "Times New Roman", "Noto Serif SC", "Source Han Serif SC", "Songti SC", serif !important;
  font-weight: 600;
}

/* 代码字体单独保留 */
code,
pre,
kbd,
samp {
  font-family: "JetBrains Mono", Consolas, monospace !important;
}