/* Self-hosted Inter + Plus Jakarta Sans (latin subset, variable fonts).
   Replaces the Google Fonts stylesheet request to remove a render-blocking
   cross-origin round trip — same typefaces, served from this origin. */

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

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