/* 本地字体配置 - 配合 CDN 字体使用 */
/* CDN 字体由 elemecdn 自动加载，这里仅配置 JavaScript 检测 */

/* Simple approach - use Chinese font as primary for everything */
body {
  font-family: "LXGW WenKai Screen", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif !important;
}

/* Preserve backward compatibility with .zh-font class */
.zh-font {
  font-family: "LXGW WenKai Screen", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif !important;
}

/* Comments section - use only LXGW WenKai Screen */
#tcomment {
  font-family: "LXGW WenKai Screen", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif !important;
}

#tcomment *,
#tcomment input,
#tcomment textarea,
#tcomment button {
  font-family: "LXGW WenKai Screen", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif !important;
}

/* Pagination buttons - use Chinese font as primary */
.pagination,
.pagination__title,
.pagination__title-h,
.button,
.button__text,
.pagination__buttons a {
  font-family: "LXGW WenKai Screen", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif !important;
}