/* Clash Display - 本地字体 CSS (2026-07-09 阶段 4 落地)
   Fontshare 上游 CDN: api.fontshare.com/v2/css?f[]=clash-display@400,500,600,700
   woff2 存储于同目录 /static/lib/clash-display/
   字体使用 Open Font License (OFL), 免费商用.
   注意: 'Clash Display' 仅作 display 用 (标题大字号), 正文用 Inter. */

@font-face {
  font-family: 'Clash Display';
  src: url('./ClashDisplay-Regular.woff2') format('woff2');
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}

@font-face {
  font-family: 'Clash Display';
  src: url('./ClashDisplay-Medium.woff2') format('woff2');
  font-weight: 500;
  font-display: swap;
  font-style: normal;
}

@font-face {
  font-family: 'Clash Display';
  src: url('./ClashDisplay-Semibold.woff2') format('woff2');
  font-weight: 600;
  font-display: swap;
  font-style: normal;
}

@font-face {
  font-family: 'Clash Display';
  src: url('./ClashDisplay-Bold.woff2') format('woff2');
  font-weight: 700;
  font-display: swap;
  font-style: normal;
}
