/* Gotham Black font faces */

@font-face {
  font-family: 'Gotham Black';
  src: url('GothamBlack-Regular.woff') format('woff'),
       url('GothamBlack-Regular.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Gotham Black';
  src: url('GothamBlack-Italic.woff') format('woff'),
       url('GothamBlack-Italic.woff2') format('woff2');
  font-weight: normal;
  font-style: italic;
}
