/* Plus Jakarta Sans — self-hosted variable font (latin subset).
   ------------------------------------------------------------------
   One 27 KB file carries the whole wght axis (200–800), so every weight
   the design uses — 400, 550, 600, 650, 700, 800 — comes from this single
   download. Declaring the full range is essential: naming a single weight
   would make the browser synthesise the others.

   Served locally so fonts.googleapis.com and fonts.gstatic.com stay off
   the critical rendering path (no extra DNS lookup, TLS handshake or
   render-blocking third-party stylesheet).

   font-display:swap paints text immediately in the fallback face and
   swaps when the webfont lands, so text is never invisible. */
@font-face {
  font-family: "Plus Jakarta Sans";
  font-style: normal;
  font-weight: 200 800;
  font-display: swap;
  src: url(../fonts/plus-jakarta-sans.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
                 U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122,
                 U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
