@font-face {
  font-family: 'Gotham-Light';
  src: url('Gotham-Light.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Gotham-Bold';
  src: url('Gotham-Bold.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Gotham-Medium';
  src: url('Gotham-Medium.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Gotham-Book';
  src: url('Gotham-Book-Webfont.ttf') format('truetype'),
       url('Gotham-Book-Webfont.woff2') format('woff2'),
       url('Gotham-Book-Webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}