/* ===== 本地化字体声明 ===== */

@font-face {
  font-family: 'ZCOOL XiaoWei';
  src: url('../fonts/zcool-xiaowei.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Noto Sans SC';
  src: url('../fonts/noto-sans-sc-chinese-simplified-400.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Noto Sans SC';
  src: url('../fonts/noto-sans-sc-chinese-simplified-500.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Noto Sans SC';
  src: url('../fonts/noto-sans-sc-chinese-simplified-700.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
