/* 子集化字体 - WOFF2 格式优先 */
@font-face {
  font-family: 'ZCOOL KuaiLe';
  src: url('/fonts/subset/ZCOOLKuaiLe.woff2') format('woff2'),
       url('/fonts/subset/ZCOOLKuaiLe.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

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

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

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

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