/* Fonts used ONLY by the coded product mockups (components/mockups/*).
   The goHeather app pairs Figtree (already loaded by the Webflow stylesheet)
   with Newsreader for editorial headings and JetBrains Mono for labels, ids and
   dates. Both are the same @fontsource-variable files the app itself ships.

   Why a static stylesheet instead of a CSS Module: the Ship Studio preview
   webview applies @font-face from <link>ed stylesheets but not from the
   Next-bundled CSS chunk (see the note at the top of app/globals.css).
   font-display: swap and no <link rel=preload>: the files are only fetched by
   pages that actually render a mockup. */

@font-face {
  font-family: "Newsreader Variable";
  src: url(../fonts/newsreader-latin-opsz-normal.woff2) format("woff2-variations");
  font-weight: 200 800;
  font-style: normal;
  font-display: swap;
  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: "JetBrains Mono Variable";
  src: url(../fonts/jetbrains-mono-latin-wght-normal.woff2) format("woff2-variations");
  font-weight: 100 800;
  font-style: normal;
  font-display: swap;
  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;
}
