/* ═══ 自托管字体（OFL 1.1，许可见各子目录 OFL.txt）═══
   2026-07-10 从 Google Fonts CDN 迁入（大陆访问被墙，字体加载失败/阻塞）。
   由 index.html <link> 全站加载；@font-face 仅声明，字体文件只在对应
   font-family 实际被使用时才下载，非本模块页面零开销。
   · Inter / Space Grotesk / JetBrains Mono：壳层三件套（变量字体，latin，中文回退系统字体栈）
   · Jost / Dela Gothic One：outdoor 模块展示字体（Dela 为日文黑体全量 1.1MB，仅 outdoor Landing 使用）
   · 珠宝开屏字体独立在 /jewelry-splash/（按开屏文案子集化）
   注意：开屏 splash7.html 内的媒体地址与 src/shell/lib/assets-base.js 是另一套（COS），别混淆。 */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url('/fonts/inter/Inter-Variable.woff2') format('woff2');
}
@font-face {
  font-family: 'Space Grotesk';
  font-style: normal;
  font-weight: 300 700;
  font-display: swap;
  src: url('/fonts/space-grotesk/SpaceGrotesk-Variable.woff2') format('woff2');
}
@font-face {
  font-family: 'JetBrains Mono';
  font-style: normal;
  font-weight: 100 800;
  font-display: swap;
  src: url('/fonts/jetbrains-mono/JetBrainsMono-Variable.woff2') format('woff2');
}
@font-face {
  font-family: 'Jost';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url('/fonts/jost/Jost-Variable.woff2') format('woff2');
}
@font-face {
  font-family: 'Dela Gothic One';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/fonts/dela-gothic-one/DelaGothicOne-Regular.woff2') format('woff2');
}
