/* Basic font overrides for simplified Chinese fallback stacks.
   Extend/replace as needed with locally hosted webfonts. */
body,
button,
input,
textarea {
    font-family: "Inter", -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", "Source Han Sans SC", "Helvetica Neue", sans-serif;
}

