@font-face {
  font-family: 'Gotham';
  src: url('Gotham-Bold.eot');
  src: local("Gotham-Bold"),
       url('../fonts/Gotham-Bold.woff') format('woff'),
       url('../fonts/Gotham-Bold.ttf') format('truetype'),
       url('../fonts/Gotham-Bold.otf') format('opentype');
  font-style: normal;
  font-weight: 700;
}