/* Prima Nexus portal typefaces, SELF-HOSTED.
 *
 * GENERATED by scripts/fetch-portal-fonts.mjs - do not hand-edit, re-run the script.
 * Source: https://fonts.googleapis.com/css2?family=Newsreader:opsz,wght@6..72,400;6..72,500&family=Inter+Tight:wght@400;500;600;700&family=JetBrains+Mono:wght@400;500&display=swap
 * Subsets kept: latin. Licence: public/assets/fonts/OFL.txt (SIL OFL 1.1).
 *
 * All three are VARIABLE fonts: ONE file per family carries every weight, so each
 * @font-face below states a font-weight RANGE and the browser interpolates. Do not
 * split these back into one block per weight - Google serves the same file for each,
 * and the portal would download it two to four times over.
 *
 * The portal loaded these from fonts.googleapis.com until 2026-09-18, against the
 * buildless "no external fonts" rule in CLAUDE.md section 4. They now come off our
 * own origin, cached for a day by the /assets/* rule in netlify.toml.
 */
/* latin */
@font-face {
  font-family: 'Inter Tight';
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url('/assets/fonts/inter-tight-latin.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;
}
/* latin */
@font-face {
  font-family: 'JetBrains Mono';
  font-style: normal;
  font-weight: 400 500;
  font-display: swap;
  src: url('/assets/fonts/jetbrains-mono-latin.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;
}
/* latin */
@font-face {
  font-family: 'Newsreader';
  font-style: normal;
  font-weight: 400 500;
  font-display: swap;
  src: url('/assets/fonts/newsreader-latin.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;
}
