/* Reuse the same cached font files as Home without a remote stylesheet trip. */
@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url("/public/fonts/manrope-latin.woff2") format("woff2");
}

@font-face {
  font-family: "Plus Jakarta Sans";
  font-style: normal;
  font-weight: 500 800;
  font-display: swap;
  src: url("/public/fonts/plus-jakarta-sans-latin.woff2") format("woff2");
}
