@font-face {
  font-family: 'gotham_pro';
  src: url('fonts/GothamPro.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'gotham_pro_bold';
  src: url('fonts/GothamPro-Bold.woff') format('woff');
  font-weight: bold;
  font-style: bold;
}

@font-face {
  font-family: 'gotham_pro_medium';
  src: url('fonts/GothamPro-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'gotham_pro_light';
  src: url('fonts/GothamPro-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'gotham_pro_black';
  src: url('fonts/GothamPro-Black.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
