@font-face {
  font-family: 'GothamBook';
  src: url('fonts/Gotham-Book.ttf'),
       url('fonts/GothamBook2.ttf'),
       url('fonts/GothamMedium.otf');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Bebas';
  src: url('fonts/BebasNeue.otf'),
       url('fonts/BebasNeue-Regular.ttf'),
       url('fonts/BebasNeue-Bold.otf'),
       url('fonts/BebasNeue-Regular.ttf'),
       url('fonts/ArialNarrowBold.ttf');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'ArialNarrowBold';
  src: url('fonts/ArialNarrowBold.ttf');
  font-weight: normal;
  font-style: normal;
}