/* 财小云 CaiXiaoYun — Webfonts（新站接入版）
   口径来源：DS v1.2 Aurora（tokens/fonts.css），口径修改需总指挥批准。
   路径相对本文件（src/assets/styles/fonts.css）→ ../fonts/ 即 src/assets/fonts/。
   Noto Sans SC 仅声明 400/700/900 三档（01 规范 A3 性能策略，500/600 不复制）。
   T13-F：Noto 三档 src 指向 subset 子集（tools/subset-fonts.py 产出，原始 woff2 保留
   于同目录，回滚 = 把 .subset.woff2 改回原文件名）。Space Grotesk / Source Sans 3 本
   就小（~13/16KB），不子集。 */

@font-face {
  font-family: 'Space Grotesk';
  font-style: normal; font-weight: 400; font-display: swap;
  src: url('../fonts/space-grotesk-400.woff2') format('woff2');
}
@font-face {
  font-family: 'Space Grotesk';
  font-style: normal; font-weight: 500; font-display: swap;
  src: url('../fonts/space-grotesk-500.woff2') format('woff2');
}
@font-face {
  font-family: 'Space Grotesk';
  font-style: normal; font-weight: 600; font-display: swap;
  src: url('../fonts/space-grotesk-600.woff2') format('woff2');
}
@font-face {
  font-family: 'Space Grotesk';
  font-style: normal; font-weight: 700; font-display: swap;
  src: url('../fonts/space-grotesk-700.woff2') format('woff2');
}

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

@font-face {
  font-family: 'Source Sans 3';
  font-style: normal; font-weight: 400; font-display: swap;
  src: url('../fonts/source-sans-3-400.woff2') format('woff2');
}
@font-face {
  font-family: 'Source Sans 3';
  font-style: normal; font-weight: 600; font-display: swap;
  src: url('../fonts/source-sans-3-600.woff2') format('woff2');
}
@font-face {
  font-family: 'Source Sans 3';
  font-style: normal; font-weight: 700; font-display: swap;
  src: url('../fonts/source-sans-3-700.woff2') format('woff2');
}
