/* ═══════════════════════════════════════════════════════
   本地字体 — 自托管（2026-08-01）
   替代 Google Fonts：消灭渲染阻塞 + 国内访问慢
   Cormorant Garamond: variable wght 300-700
   Inter: variable wght 100-900
   ═══════════════════════════════════════════════════════ */
@font-face {
  font-family: 'Cormorant Garamond';
  font-style: normal;
  font-weight: 300 700;
  font-display: swap;
  src: url('/fonts/cormorant-var.woff2') format('woff2-variations');
}
@font-face {
  font-family: 'Cormorant Garamond';
  font-style: italic;
  font-weight: 300 700;
  font-display: swap;
  src: url('/fonts/cormorant-var-italic.woff2') format('woff2-variations');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url('/fonts/inter-var.woff2') format('woff2-variations');
}
