/* Gotham Black */
@font-face {
  font-family: 'Gotham';
  src: url('gotham/GOTHAM-BLACK.TTF') format('truetype');
  font-weight: 900;
  font-style: normal;
}

/* Gotham Bold */
@font-face {
  font-family: 'Gotham';
  src: url('gotham/gotham-bold.TTF') format('truetype');
  font-weight: 700;
  font-style: normal;
}

/* Gotham Book */
@font-face {
  font-family: 'Gotham';
  src: url('gotham/Gotham-Book.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}

/* Gotham ExtraLight */
@font-face {
  font-family: 'Gotham';
  src: url('gotham/Gotham-ExtraLight.otf') format('opentype');
  font-weight: 200;
  font-style: normal;
}

/* Gotham Light */
@font-face {
  font-family: 'Gotham';
  src: url('gotham/gotham-light.TTF') format('truetype');
  font-weight: 300;
  font-style: normal;
}

/* Gotham Medium */
@font-face {
  font-family: 'Gotham';
  src: url('gotham/GothamNarrow-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
}

/* Gotham Thin */
@font-face {
  font-family: 'Gotham';
  src: url('gotham/GOTHAM-THIN.TTF') format('truetype');
  font-weight: 100;
  font-style: normal;
}