/* The two brand faces, self-hosted and subset by tools/build_assets.py to the characters the pages use. */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('assets/fonts/Poppins-Regular-subset.woff2') format('woff2');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  font-display: block;
  src: url('assets/fonts/Poppins-Medium-subset.woff2') format('woff2');
}
@font-face {
  font-family: 'Frank Ruhl Libre';
  font-style: normal;
  font-weight: 500;
  font-display: block;
  src: url('assets/fonts/FrankRuhlLibre-Medium-subset.woff2') format('woff2');
}
