/* 本機字型堆疊：避免載入未含 SRI 的 Google Fonts 第三方資源 */
body.site,
.site {
	font-family: "Noto Serif TC", "Times New Roman", "Microsoft JhengHei", "PingFang TC", serif;
}

h1, h2, h3, h4, h5, h6,
.site-title {
	font-family: "Noto Serif TC", "Times New Roman", "Microsoft JhengHei", serif;
}
