@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+SC&display=swap');

/* 全局字体 */
body {
  font-family: "Noto Sans SC", "Helvetica Neue", Arial, "PingFang SC", "Microsoft YaHei", sans-serif;
}

/* 文章内容区域字体（Keep 主题关键部分） */
.post-content.keep-markdown-body {
  font-family: "Noto Sans SC", "Noto Sans", "PingFang SC", "Microsoft YaHei", sans-serif;
}

.post-content.keep-markdown-body p {
  margin-bottom: 1.8em;   /* 段落与段落之间的间距 */
  line-height: 2.0;       /* 可选：让行距舒服一点 */
}

