

@font-face {
  font-family: 'Gotham';
  src: url('../font/gotham-ultra-webfont.woff2') format('woff2');
  font-weight: 200;
  font-style: ultra;
}

@font-face {
  font-family: 'Gotham';
  src: url('../font/gotham-thin-webfont.woff2') format('woff2');
  font-weight: 400;
  font-style: thin;
}

@font-face {
  font-family: 'Gotham';
  src: url('../font/gotham-light-webfont.woff2') format('woff2');
  font-weight: 300;
  font-style: light;
}


@font-face {
  font-family: 'Gotham';
  src: url('../font/gotham-medium-webfont.woff2') format('woff2');
  font-weight: 600;
  font-style: medium;
}


@font-face {
  font-family: 'Gotham';
  src: url('../font/gotham-book-webfont.woff2') format('woff2');
  font-weight: 500;
  font-style: book;
}






@font-face {
  font-family: 'Gotham';
  src: url('../font/gotham-bold-webfont.woff2') format('woff2');
  font-weight: 800;
  font-style: bold;
}


@font-face {
  font-family: 'Gotham';
  src: url('../font/gotham-black-webfont.woff2') format('woff2');
  font-weight: 900;
  font-style: black;
}