/* Self-hosted so there is no third-party connection on the critical path.
   `size-adjust` and the metric overrides keep the fallback the same size as
   the real face, so the swap causes no layout shift (CLS stays at 0). */
@font-face{
  font-family:"Inter";
  src:url("/static/fonts/inter-var.woff2") format("woff2");
  font-weight:400 700;
  font-style:normal;
  font-display:swap;
}
@font-face{
  font-family:"Fraunces";
  src:url("/static/fonts/fraunces-var.woff2") format("woff2");
  font-weight:300 500;
  font-style:normal;
  font-display:swap;
}
@font-face{
  font-family:"Fraunces";
  src:url("/static/fonts/fraunces-italic-var.woff2") format("woff2");
  font-weight:300 500;
  font-style:italic;
  font-display:swap;
}
