/**
 * China-friendly font stacks (no Google Fonts).
 */
body,
button,
input,
select,
textarea,
.site-content,
.entry-content {
  font-family: "PingFang SC", "Microsoft YaHei", "Noto Sans SC", system-ui, -apple-system, "Segoe UI", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
.site-title,
.logo h1,
.logo p,
.navbar-brand,
.home-seo-head,
.section-title,
.inner-hero__title,
.hcn-footer-brand__name,
.product-card__title,
.hcn-product-single__title {
  font-family: "DIN Alternate", "Segoe UI", "PingFang SC", "Microsoft YaHei", "Noto Sans SC", sans-serif;
  letter-spacing: 0.01em;
}
