/* ═══════ SELF-HOSTED FONTS ═══════
   Place .woff2 files in this folder, then link this stylesheet.

   Download links (google-webfonts-helper):
   - Roboto Flex : https://gwfh.mranftl.com/fonts/roboto-flex?subsets=latin
   - Reenie Beanie: https://gwfh.mranftl.com/fonts/reenie-beanie?subsets=latin
*/

@font-face {
  font-family: 'Roboto Flex';
  src: url('roboto-flex-v30-latin-regular.woff2') format('woff2');
  font-weight: 400 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Reenie Beanie';
  src: url('reenie-beanie-v22-latin-regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
