/*
 * 本地字体配置 - Noto Sans SC
 * 替代 Google Fonts CDN，提升加载速度
 * 注意: 仅 400 字重文件存在，其他字重回退到 400
 */

/* Noto Sans SC - 中文简体 */
@font-face {
  font-family: 'Noto Sans SC';
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(../fonts/noto-sans-sc-400.woff2) format('woff2');
}

/* 应用字体 */
body {
  font-family: 'Noto Sans SC', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'PingFang SC', 'Microsoft YaHei', sans-serif;
}
