@font-face {
    font-family: 'gothamblackregular';
    src: url('../fonts/gotham/gothamblack_regular-webfont.woff2') format('woff2'),
         url('../fonts/gotham/gothamblack_regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'gothamlightregular';
    src: url('../fonts/gotham/gothamlight_regular-webfont.woff2') format('woff2'),
         url('../fonts/gotham/gothamlight_regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
  font-family: 'Gotham-Bold';
  src: url('../fonts/gotham/Gotham-Bold.eot?#iefix') format('embedded-opentype'),  
      url('../fonts/gotham/Gotham-Bold.otf')  format('opentype'),
      url('../fonts/gotham/Gotham-Bold.woff') format('woff'), 
      url('../fonts/gotham/Gotham-Bold.ttf')  format('truetype'), 
      url('../fonts/gotham/Gotham-Bold.svg#Gotham-Bold') format('svg');
  font-weight: normal;
  font-style: normal;
}
