/* 本地中文字体栈，避免页面依赖外网字体资源。 */
:root {
  --font-sans-local: "PingFang SC", "Source Han Sans SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
}
