/* 
 * Gotham
 */
@font-face {
  font-family: 'Gotham';
  font-style: normal;
  font-weight: 300;
 
  src: local('Gotham-Thin'), local('Gotham-Thin'),
       url(/innofish/webfont/gotham/Gotham-Thin.eot),
       url(/innofish/webfont/gotham/Gotham-Thin.woff) format('woff');
}
@font-face {
  font-family: 'Gotham';
  font-style: normal;
  font-weight: 400;
 
  src: local('Gotham-Book'), local('Gotham-Book'),
       url(/innofish/webfont/gotham/Gotham-Book.eot),
       url(/innofish/webfont/gotham/Gotham-Book.woff) format('woff');
}
@font-face {
  font-family: 'Gotham';
  font-style: normal;
  font-weight: 600;
 
  src: local('Gotham-Bold'), local('Gotham-Bold'),
       url(/innofish/webfont/gotham/Gotham-Bold.eot),
       url(/innofish/webfont/gotham/Gotham-Bold.woff) format('woff');
}

@font-face {
  font-family: 'Gotham';
  font-style: normal;
  font-weight: 700;
 
  src: local('Gotham-Black'), local('Gotham-Black'),
       url(/innofish/webfont/gotham/Gotham-Black.eot),
       url(/innofish/webfont/gotham/Gotham-Black.woff) format('woff');
}