@font-face {
  font-family: 'Noto Sans SC';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/noto-sans-sc.woff2') format('woff2');
  unicode-range: U+4E00-9FFF; /* CJK Unified Ideographs，中文核心区 */
}

@font-face {
  font-family: 'Hiragino Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/helvetica-neue-light.woff2') format('woff2');
  unicode-range:
    U+0000-007F,
    /* Basic Latin */ U+00A0-00FF; /* Latin-1 Supplement (含法语重音符) */
}
