/* 国内本地字体：不依赖 Google Fonts */
:root {
  --font-display: "PingFang SC", "Microsoft YaHei", "Noto Sans SC", sans-serif;
  --font-body: "PingFang SC", "Microsoft YaHei", "Noto Sans SC", sans-serif;
}
body {
  font-family: var(--font-body);
}
.font-display-hero,
.font-display-hero-mobile,
.font-headline-lg,
.font-headline-lg-mobile,
.font-label-bold {
  font-family: var(--font-display);
}
