
/* ------------------------------------ */
/*  GOTHAM
/* ------------------------------------ */

@font-face {
  font-family: 'gotham';
  src: url('../fonts/gotham-book.woff2') format('woff2'),
       url('../fonts/gotham-book.woff') format('woff');
  font-weight:400;
  font-style:normal;
}
@font-face {
  font-family: 'gotham';
  src: url('../fonts/gotham-medium.woff2') format('woff2'),
       url('../fonts/gotham-medium.woff') format('woff');
  font-weight:500;
  font-style:normal;
}
@font-face {
  font-family: 'gotham';
  src: url('../fonts/gotham-bold.woff2') format('woff2'),
       url('../fonts/gotham-bold.woff') format('woff');
  font-weight:600;
  font-style:normal;
}
@font-face {
  font-family: 'gotham';
  src: url('../fonts/gotham-black.woff2') format('woff2'),
       url('../fonts/gotham-black.woff') format('woff');
  font-weight:700;
  font-style:normal;
}
@font-face {
  font-family: 'gotham';
  src: url('../fonts/gotham-ultra.woff2') format('woff2'),
       url('../fonts/gotham-ultra.woff') format('woff');
  font-weight:800;
  font-style:normal;
}

