@font-face {
  font-family: 'Hey Gotcha';
  src: url('/static/fonts/heygotcha-regular-webfont.woff2') format('woff2'),
       url('/static/fonts/heygotcha-regular-webfont.woff') format('woff');
   font-weight: normal;
   font-style: normal;
}

@font-face {
  font-family: 'Intro Rust';
  src: url('/static/fonts/introrust-base-webfont.woff2') format('woff2'),
       url('/static/fonts/introrust-base-webfont.woff') format('woff');
   font-weight: bold;
   font-style: normal;
}

@font-face {
  font-family: 'Poppins';
  src: url('/static/fonts/poppins-light-webfont.woff2') format('woff2'),
       url('/static/fonts/poppins-light-webfont.woff') format('woff');
   font-weight: light;
   font-style: normal;
}
