/* Self-hosted Plus Jakarta Sans + Geist Mono — replaces the Google Fonts CDN
   link that used to sit in every page's <head>. Loading fonts from
   fonts.googleapis.com/fonts.gstatic.com sends the visitor's IP address to
   Google on every page view, before any cookie consent is asked; a German
   court (LG München, 2022) ruled that alone can be an unlawful transfer of
   personal data. Self-hosting removes that transfer entirely, no consent
   question needed because nothing leaves sixfoldstudio.com.
   Only the "latin" Unicode subset is included — it already covers every
   PT-PT accented character (á, ã, ç, é, ê, í, ó, ô, õ, ú, ü all sit in
   U+0000–00FF), so there's no need for the cyrillic/vietnamese/latin-ext
   subsets Google normally ships for a site that's PT-PT only.
   Each source file below is itself a variable font — one physical file
   covers the whole weight range, matching exactly how Google's own CSS2
   endpoint serves 400/500/600/700 of Plus Jakarta Sans from a single file. */

@font-face {
  font-family: 'Plus Jakarta Sans';
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url('/assets/fonts/plus-jakarta-sans-normal.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;
}
@font-face {
  font-family: 'Plus Jakarta Sans';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url('/assets/fonts/plus-jakarta-sans-italic.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;
}
@font-face {
  font-family: 'Geist Mono';
  font-style: normal;
  font-weight: 400 500;
  font-display: swap;
  src: url('/assets/fonts/geist-mono.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;
}
