/* ============================================================
   施玮玮律师个人主页 · 自托管可变字体
   来源：Google Fonts 官方可变字体，按本页实际用字子集化生成
   优势：不再请求 fonts.googleapis.com（境内不可达），首屏无等待
   说明：可变字体，一个文件覆盖全部字重，无需按 font-weight 分别加载
   ============================================================ */

@font-face {
  font-family: 'Noto Sans SC';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url('noto-sans-sc.woff2') format('woff2');
}

@font-face {
  font-family: 'Noto Serif SC';
  font-style: normal;
  font-weight: 200 900;
  font-display: swap;
  src: url('noto-serif-sc.woff2') format('woff2');
}

@font-face {
  font-family: 'Fraunces';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url('fraunces.woff2') format('woff2');
}

@font-face {
  font-family: 'Fraunces';
  font-style: italic;
  font-weight: 100 900;
  font-display: swap;
  src: url('fraunces-italic.woff2') format('woff2');
}
