/* Self-hosted webfonts (latin subset). Self-hosted rather than loaded from
   Google's CDN so visitor IPs are never handed to a third party — the privacy
   posture the product markets on. Both families are variable fonts: one file
   per family serves every weight below via the weight axis.

   Fraunces and Plus Jakarta Sans are both licensed under SIL OFL-1.1; the
   bundled woff2 files ship with their copyright + license text alongside
   (Fraunces-OFL.txt, PlusJakartaSans-OFL.txt) per OFL clause 2. */

@font-face {
  font-family: "Fraunces";
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url("/fonts/fraunces-normal.woff2") format("woff2");
}
@font-face {
  font-family: "Fraunces";
  font-style: italic;
  font-weight: 400 700;
  font-display: swap;
  src: url("/fonts/fraunces-italic.woff2") format("woff2");
}
@font-face {
  font-family: "Plus Jakarta Sans";
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url("/fonts/plus-jakarta-sans.woff2") format("woff2");
}
