/* Roboto, self-hosted. Apache License 2.0.

   Owner direction 2026-09-01: this site follows tools.2p.com.au onto Roboto,
   replacing the Iowan/Palatino old-style serif it launched with. The two sites
   were deliberately matched and they stay matched; see
   /opt/rfsynth-web/app/rfweb/static/fonts.css for where the files come from and
   how to regenerate them.

   TWO FILES, NOT FOUR. The tool site ships a Greek subset and a three-glyph
   arrow cut because it sets epsilon, delta, omega and back arrows. This page's
   ENTIRE non-ASCII inventory is U+00A0 and U+00B7, both inside the latin range,
   so neither is copied. Re-check that if the copy ever gains a symbol: the
   failure is silent, the glyph simply drops to a fallback face mid-sentence.

   Roboto v51 is a variable font, so one file covers every weight; declared as
   font-weight: 100 900. The files are byte-identical copies rather than a link
   across to tools.2p.com.au, because a cross-origin font needs CORS headers and
   these two sites are deliberately independent of each other.
*/

@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 100 900;
  font-stretch: 100%;
  font-display: swap;
  src: url(/fonts/roboto-latin-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: 'Roboto';
  font-style: normal;
  font-weight: 100 900;
  font-stretch: 100%;
  font-display: swap;
  src: url(/fonts/roboto-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;
}
