/* Gotham - Light */
@font-face {
  font-family: 'Gotham';
  font-style: normal;
  font-weight: 100;
  src: url('../fonts/Gotham-Light.woff') format('woff')
}

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

/* Gotham - Medium */
@font-face {
  font-family: 'Gotham';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/Gotham-Medium.woff') format('woff')
}

/* Gotham - Bold */
@font-face {
  font-family: 'Gotham';
  font-style: normal;
  font-weight: 900;
  src: url('../fonts/Gotham-Bold.woff') format('woff')
}