@font-face {
  font-family: "DBM FangYuan";
  src: url("/assets/AlimamaFangYuanTiVF-Thin.woff2?v=2026081432") format("woff2");
  font-style: normal;
  font-weight: 100 900;
  font-display: optional;
}

:root {
  --front-font-family: "DBM FangYuan", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Microsoft YaHei", sans-serif;
}

html body:is(.tool-page, .utility-page, .home-page, .user-subpage, .buyer-page, .product-detail-page, .public-shop-page) {
  font-family: var(--front-font-family) !important;
  /* 允许系统字体补齐粗体，避免 Windows/安卓回退字体看起来失去字重。 */
  font-synthesis: weight;
  letter-spacing: 0;
}

html body:is(.tool-page, .utility-page, .home-page, .user-subpage, .buyer-page, .product-detail-page, .public-shop-page) :is(button, input, select, textarea) {
  font-family: inherit !important;
}
