/**
 * 不使用外链 Web 字体（Google Fonts 等），用系统字体栈，减少外网依赖与首屏阻塞。
 */
html,
body.erp-zono-theme,
body.login-zono-body {
  font-family:
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    'Segoe UI',
    Roboto,
    'Helvetica Neue',
    Arial,
    'PingFang SC',
    'Hiragino Sans GB',
    'Microsoft YaHei',
    sans-serif;
}
