/* 本地自托管字体 — 用于开发环境（避免请求 Google Fonts CDN）
 * 生产环境使用 index.html 中的 Google CN 镜像：fonts.googleapis.cn
 */

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400 700;  /* variable font range */
  font-display: swap;
  src: url('./Inter.woff2') format('woff2');
}

@font-face {
  font-family: 'Courier Prime';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('./CourierPrime-400.woff2') format('woff2');
}

@font-face {
  font-family: 'Courier Prime';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('./CourierPrime-700.woff2') format('woff2');
}
