/* Global UI stack (no system-ui). Loads after style.min.css to override Preflight + .font-sans.
   Keep in sync with backend/css/tailwind/tailwind.config.js fontFamily.sans. */
html,
body,
.font-sans {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Microsoft YaHei UI",
    "Microsoft YaHei", "PingFang SC", "Hiragino Sans GB", sans-serif;
}
