@font-face {
  font-family: 'futura-pt';
  src: 
    url('/fonts/futura_pt_book.woff2') format('woff2'),
    url('/fonts/futura_pt_book.woff') format('woff'),
    url('/fonts/futura_pt_book.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: block;
}

@font-face {
  font-family: 'futura-pt';
  src: 
    url('/fonts/futura_pt_book_oblique.woff2') format('woff2'),
    url('/fonts/futura_pt_book_oblique.woff') format('woff'),
    url('/fonts/futura_pt_book_oblique.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: block;
}

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