/* 自托管字体（P04）：Google Fonts css2 下发 woff2（三字重同 URL=可变文件）· latin 子集 · 指纹化 /assets/f/
   范围声明按请求档位：Space Grotesk 500-700 / Inter 400-700；源站 font-extrabold 无 800 轴 →
   钳到 700 渲染（无合成加粗，与设计源一致）。font-display:swap；preload 按 P16 Lighthouse 实测再加（plan §3.5）。 */
@font-face {
  font-family: 'Space Grotesk';
  font-style: normal;
  font-weight: 500 700;
  font-display: swap;
  src: url(/assets/f/space-grotesk-var.06408904.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url(/assets/f/inter-var.3100e775.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
