/* Typography: native Apple first on Apple engines; visible variable web-font on others. */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400..700&family=Noto+Sans+SC:wght@400..700&display=swap');

:root {
  --font-ui: "Noto Sans SC", "Inter", "HarmonyOS Sans SC", "Segoe UI Variable",
    "Microsoft YaHei UI", system-ui, sans-serif;
}

/* Safari/WebKit on Apple platforms exposes -apple-system-body. Keep Cupertino native there. */
@supports (font: -apple-system-body) {
  :root {
    --font-ui: -apple-system, BlinkMacSystemFont, "SF Pro Text", "SF Pro Display",
      "PingFang SC", "Hiragino Sans GB", system-ui, sans-serif;
  }
}
