/**
 * oneToken文件
 */
@import '~@alipay/one-token-lib/assets/theme/lui-mobile.css';
@import '~@alipay/one-token-lib/assets/override/antdm.css';

/**
 * 全局字体配置
 * 回退链：iOS → Android → 跨平台中文 → 系统UI → 最终兜底
 */
body,
button,
input,
select,
textarea {
  font-family: 'PingFang SC',           /* iOS 系统字体 */
    'Roboto',                /* Android 原生字体 */
    'Noto Sans SC',          /* Google 思源黑体（中文回退） */
    -apple-system,           /* Apple 系统 UI 字体 */
    BlinkMacSystemFont,      /* macOS Chrome */
    'Segoe UI',              /* Windows */
    sans-serif;              /* 最终兜底 */
}
