/* Self-hosted fonts — replaces Google Fonts (fonts.googleapis.com) for speed + reliability.
   Same families/weights the design already used; variable woff2 (latin), served from this
   domain so there is no extra trip out to Google on every visit. font-display:swap = text
   shows immediately in a fallback, then swaps to the real font when it arrives. */
@font-face{
  font-family:'Plus Jakarta Sans';
  font-style:normal; font-weight:400 700; font-display:swap;
  src:url(../assets/fonts/jakarta-latin.woff2) format('woff2');
}
@font-face{
  font-family:'Newsreader';
  font-style:normal; font-weight:400 600; font-display:swap;
  src:url(../assets/fonts/newsreader-latin.woff2) format('woff2');
}
@font-face{
  font-family:'Newsreader';
  font-style:italic; font-weight:500 600; font-display:swap;
  src:url(../assets/fonts/newsreader-italic-latin.woff2) format('woff2');
}
