/**
 * 安全商用字体 — 思源黑体 Noto Sans SC（OFL 开源，Adobe+Google）
 * 本地托管，避免 CDN 超时；个人/企业均可免费商用
 */
@font-face {
  font-family: 'Noto Sans SC';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/NotoSansSC-Regular.ttf') format('truetype');
}

@font-face {
  font-family: 'Noto Sans SC';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('../fonts/NotoSansSC-Medium.ttf') format('truetype');
}

@font-face {
  font-family: 'Noto Sans SC';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('../fonts/NotoSansSC-SemiBold.ttf') format('truetype');
}

@font-face {
  font-family: 'Noto Sans SC';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('../fonts/NotoSansSC-Bold.ttf') format('truetype');
}

:root {
  --font-sans: 'Noto Sans SC', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  --fontRegular: var(--font-sans);
  --fontBarlowregular: var(--font-sans);
  --fontBarlowmedium: var(--font-sans);
}

body {
  font-family: var(--font-sans);
}
