/* Self-hosted fonts. No requests leave your server.
   Fraunces and IBM Plex Mono are SIL Open Font License 1.1.
   Public Sans is SIL Open Font License 1.1.
   License texts are in this folder. */

@font-face {
  font-family: 'Fraunces';
  font-style: normal;
  font-display: swap;
  font-weight: 100 900;
  src: url(./fraunces-wght.woff2) format('woff2-variations');
}

@font-face {
  font-family: 'Public Sans';
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(./public-sans-400.woff2) format('woff2');
}

@font-face {
  font-family: 'Public Sans';
  font-style: normal;
  font-display: swap;
  font-weight: 500;
  src: url(./public-sans-500.woff2) format('woff2');
}

@font-face {
  font-family: 'Public Sans';
  font-style: normal;
  font-display: swap;
  font-weight: 600;
  src: url(./public-sans-600.woff2) format('woff2');
}

@font-face {
  font-family: 'IBM Plex Mono';
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(./plex-mono-400.woff2) format('woff2');
}

@font-face {
  font-family: 'IBM Plex Mono';
  font-style: normal;
  font-display: swap;
  font-weight: 500;
  src: url(./plex-mono-500.woff2) format('woff2');
}
