/* Self-hosted fonts — Fraunces & Hanken Grotesk (SIL Open Font License).
   No external requests: these replace the Google Fonts CDN. Variable woff2,
   so one file per family covers all weights; browsers apply optical sizing. */
@font-face {
  font-family: "Fraunces";
  font-style: normal;
  font-display: swap;
  font-weight: 100 900;
  src: url("fraunces.woff2") format("woff2");
}
@font-face {
  font-family: "Fraunces";
  font-style: italic;
  font-display: swap;
  font-weight: 100 900;
  src: url("fraunces-italic.woff2") format("woff2");
}
@font-face {
  font-family: "Hanken Grotesk";
  font-style: normal;
  font-display: swap;
  font-weight: 100 900;
  src: url("hanken.woff2") format("woff2");
}
