/* 本地字体方案 - 使用系统字体栈，零外部依赖 */

:root {
  /* 现代系统字体栈 */
  --font-display: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  --font-body: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif;
}

/* 覆盖原字体引用 */
body,
.hero-sub,
.section-sub,
.contact-erp-footer-desc,
.contact-erp-footer-meta {
  font-family: var(--font-body);
}

h1, h2, h3, h4, h5, h6,
.nav-logo,
.section-title,
.contact-erp-footer-title,
.price-amount,
.hero h1,
.btn-primary,
.btn-hero,
.sticky-card h3,
.home-value-card h3 {
  font-family: var(--font-display);
  font-weight: 700;
}

/* 如果您真的想要下载 Google Fonts，建议使用工具如：
   - google-webfonts-helper (https://gwfh.mranftl.com/fonts)
*/
