/* P-10 字体自托管：离线/内网环境不依赖 Google Fonts CDN */
@font-face {
  font-family: "Fraunces";
  font-style: normal;
  font-weight: 100 900;          /* 可变字重 */
  font-display: swap;
  src: url("/fonts/fraunces-latin-500.woff2") format("woff2");
}

@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("/fonts/inter-latin-400.woff2") format("woff2");
}
