/*
 * 测试站点本地字体回退。
 * 避免首屏依赖 Google Fonts 等境外字体服务。
 */
html,
body,
button,
input,
select,
textarea {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
    "Microsoft YaHei", "微软雅黑", "PingFang SC", "苹方", Arial, sans-serif;
}
