/* Global Chinese-safe type contract. Keep icon fonts scoped to icon-only UI. */
:root{--oasis-cjk:"PingFang SC","Hiragino Sans GB","Microsoft YaHei",-apple-system,BlinkMacSystemFont,"Segoe UI",system-ui,sans-serif}
html,body,button,input,select,textarea,option,optgroup,dialog,table,th,td{font-family:var(--oasis-cjk)!important}
button,input,select,textarea{font-size:max(16px,1em)}
