/* ===== 正文无衬线字体（导航、列表、正文内容） ===== */
body, #nav, #menus, .sidebar, .footer,
p, li, span, a, input, textarea, select,
.post-meta, .tag-list, .category-list,
.archive-list, .post-list,
.card-info, .card-announcement,
#recent-posts, .recent-post-item,
.layout, .flink, .article-sort,
#page, #archive, #category, #tag {
  font-family:
    'Noto Sans SC',
    'Noto Sans KR',
    'Noto Sans',
    'PingFang SC',
    'Microsoft YaHei',
    'Apple SD Gothic Neo',
    'Malgun Gothic',
    'Segoe UI',
    'Helvetica Neue',
    sans-serif !important;
}

/* ===== 标题衬线字体（译文、作业标题等） ===== */
h1, h2, h3, h4, h5, h6,
.post-title, .page-title, .article-title,
.card-title, .widget-title,
#article-container h1, #article-container h2,
#article-container h3, #article-container h4,
.title {
  font-family:
    'Noto Serif SC',
    'Noto Serif KR',
    'Noto Serif',
    'Songti SC',
    'SimSun',
    'AppleMyungjo',
    'Batang',
    'Georgia',
    'Times New Roman',
    serif !important;
  font-weight: 600;
}

/* ===== 代码区块 ===== */
code, pre, .code-block, .highlight,
#article-container code,
.highlight pre, .highlight code {
  font-family:
    'JetBrains Mono',
    'Fira Code',
    'Consolas',
    'Monaco',
    'Menlo',
    'Courier New',
    monospace !important;
  font-size: 0.9em;
}
