/* Gotham Black */
@font-face {
  font-family: 'Gotham';
  src: url('fonts/gotham-black-webfont.woff2') format('woff2'),
       url('fonts/gotham-black-webfont.woff') format('woff');
  font-weight: 900;
  font-style: normal;
}

/* Gotham Bold Italic */
@font-face {
  font-family: 'Gotham';
  src: url('fonts/gotham-bolditalic-webfont.woff2') format('woff2'),
       url('fonts/gotham-bolditalic-webfont.woff') format('woff');
  font-weight: 700;
  font-style: italic;
}

/* Gotham Book */
@font-face {
  font-family: 'Gotham';
  src: url('fonts/gotham-book-webfont.woff2') format('woff2'),
       url('fonts/gotham-book-webfont.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}

/* Gotham Book Italic */
@font-face {
  font-family: 'Gotham';
  src: url('fonts/gotham-bookitalic-webfont.woff2') format('woff2'),
       url('fonts/gotham-bookitalic-webfont.woff') format('woff');
  font-weight: 400;
  font-style: italic;
}

/* Gotham Light */
@font-face {
  font-family: 'Gotham';
  src: url('fonts/gotham-light-webfont.woff2') format('woff2'),
       url('fonts/gotham-light-webfont.woff') format('woff');
  font-weight: 300;
  font-style: normal;
}

/* Gotham Light Italic */
@font-face {
  font-family: 'Gotham';
  src: url('fonts/gotham-lightitalic-webfont.woff2') format('woff2'),
       url('fonts/gotham-lightitalic-webfont.woff') format('woff');
  font-weight: 300;
  font-style: italic;
}