/* Apple Design — Font Declarations
 * 英文:SF Pro (Apple 原生) / Inter (fallback)。
 * 中文:PingFang SC 是 Apple 自己的中文字体 —— 配 SF Pro 系统一致。
 *      non-Apple 平台 fallback 到 Noto Sans SC(Google Fonts)保持清爽。
 */

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&family=Noto+Sans+SC:wght@400;500;600&display=swap');

body {
  font-family: "SF Pro Text", -apple-system, BlinkMacSystemFont, "Inter", "Helvetica Neue", Arial, sans-serif;
}
h1, h2, h3, h4, h5 {
  font-family: "SF Pro Display", -apple-system, BlinkMacSystemFont, "Inter", "Helvetica Neue", Arial, sans-serif;
}
