body, .content, p, li, .body-text, blockquote {
  font-family: 'Merriweather', 'Source Han Serif CN', '思源宋体', Georgia, 'Times New Roman', serif;
}

h1, h2, h3, h4, h5, h6, strong, b {
  font-family: 'Open Sans', 'Source Han Sans CN', '思源黑体', -apple-system, BlinkMacSystemFont, 'Segoe UI', Arial, sans-serif;
}

.nav-links a {
  font-family: 'Open Sans', 'Source Han Sans CN', '思源黑体', -apple-system, BlinkMacSystemFont, 'Segoe UI', Arial, sans-serif;
}

.card-date {
  font-family: 'Open Sans', 'Source Han Sans CN', '思源黑体', -apple-system, BlinkMacSystemFont, 'Segoe UI', Arial, sans-serif;
}

/* === 树洞卡片 === */
.shudong-card {
  border: 1px solid #e0e0e0;
  border-radius: 12px;
  padding: 20px 24px;
  margin: 24px 0;
  background: #fff;
  color: #111;
  font-size: 15px;
  line-height: 1.8;
}
.shudong-card .card-date {
  color: #999;
  font-size: 13px;
  margin: 0 0 4px 0;
}
.shudong-card .card-title {
  font-weight: 700;
  font-size: 17px;
  margin: 0 0 12px 0;
}
.shudong-card p:last-child {
  margin-bottom: 0;
}

/* === 全站超链接: 取消蓝色, 取消下划线, 纯黑 === */
a, a:link, a:visited {
  color: #111;
  text-decoration: none;
}
a:hover, a:focus {
  color: #000;
  text-decoration: none;
}

/* 分页链接 */
.pagination a {
  color: #111;
}
.pagination a:hover {
  color: #000;
}

/* 文章列表：行距 + 日期间距 + 标题加粗 */
.list-page p {
  margin: 0.6em 0;
}
.list-page p a {
  font-weight: 600;
}
.list-page .date {
  margin-right: 0.6em;
}

/* TOC 链接 - 去掉下划线 */
.toc a {
  border-bottom: none;
}

/* 脚注链接 */
.body-text.list-text a[href^="#fn:"],
.body-text.list-text a[href^="#fnref:"] {
  color: #111;
}

/* 底部致谢链接 - 黑色 */
.footer-link-flex,
.footer-links a {
  color: #111 !important;
}
.footer-link-flex:hover,
.footer-links a:hover {
  color: #000 !important;
}


