/* fonts.css — self-hosted variable fonts (SIL OFL; free). DESIGN.md §4.
   Fraunces = display serif (weights 600–700 used) · Inter = body/UI (400–600 used). */

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

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