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

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

.eng,
body.site.eng {
	font-family: "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}
