/* 精简方案：仅 6 个字体文件（Fontsource 单文件/字重） */
/* Outfit - latin 400, 600, 700 */
@font-face {
  font-family: 'Outfit';
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(./fonts/outfit-latin-400-normal.woff2) format('woff2');
}
@font-face {
  font-family: 'Outfit';
  font-style: normal;
  font-display: swap;
  font-weight: 600;
  src: url(./fonts/outfit-latin-600-normal.woff2) format('woff2');
}
@font-face {
  font-family: 'Outfit';
  font-style: normal;
  font-display: swap;
  font-weight: 700;
  src: url(./fonts/outfit-latin-700-normal.woff2) format('woff2');
}

/* Noto Sans SC - chinese-simplified 400, 500, 700 */
@font-face {
  font-family: 'Noto Sans SC';
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(./fonts/noto-sans-sc-chinese-simplified-400-normal.woff2) format('woff2');
}
@font-face {
  font-family: 'Noto Sans SC';
  font-style: normal;
  font-display: swap;
  font-weight: 500;
  src: url(./fonts/noto-sans-sc-chinese-simplified-500-normal.woff2) format('woff2');
}
@font-face {
  font-family: 'Noto Sans SC';
  font-style: normal;
  font-display: swap;
  font-weight: 700;
  src: url(./fonts/noto-sans-sc-chinese-simplified-700-normal.woff2) format('woff2');
}
