/* 使用系统字体栈替代 62MB 的 Noto Sans SC 网络字体（中文系统自带中文字体） */
:root,
body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI",
    "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑",
    "Helvetica Neue", Arial, sans-serif;
}
