/* Self-hosted site fonts. All SIL OFL 1.1 with no Reserved Font Name; licence beside each family.
   Subset to Latin + Latin-1 + punctuation + arrows (Fira Code also box drawing), by fontTools.
   Newsreader: weight axis 400-700, optical size pinned at 16. Guarded by scripts/check_fonts.mjs. */
@font-face {
  font-family: 'Bebas Neue';
  src: url('/fonts/bebas-neue/BebasNeue-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fira Code';
  src: url('/fonts/fira-code/FiraCode-Variable.woff2') format('woff2');
  font-weight: 300 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Newsreader';
  src: url('/fonts/newsreader/Newsreader-wght.woff2') format('woff2');
  font-weight: 400 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Newsreader';
  src: url('/fonts/newsreader/Newsreader-Italic-wght.woff2') format('woff2');
  font-weight: 400 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Fraunces';
  src: url('/fonts/fraunces/Fraunces-opsz-wght.woff2') format('woff2');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fraunces';
  src: url('/fonts/fraunces/Fraunces-Italic-opsz-wght.woff2') format('woff2');
  font-weight: 100 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Instrument Sans';
  src: url('/fonts/instrument-sans/InstrumentSans-wght.woff2') format('woff2');
  font-weight: 400 700;
  font-style: normal;
  font-display: swap;
}
