/* Lightweight font stack — uses system fonts to avoid external requests.
   Replace with @font-face self-hosted woff2 if brand requires specific display faces. */
body {
  font-family: 'Inter', 'Noto Sans SC', 'Noto Sans TC', -apple-system, BlinkMacSystemFont,
               'PingFang SC', 'PingFang TC', 'Microsoft YaHei', 'Segoe UI', Roboto, sans-serif;
}
