@font-face {
  font-family: 'Gotham-Light';
  src: url("../fonts/Gotham-Light.eot");
  src: url("../fonts/GothamLight-light.woff") format("woff"), url("../fonts/Gotham-Light.ttf") format("truetype"), url("../fonts/Gotham-Light.svg") format("svg");
  font-weight: lighter;
  font-style: normal;
}
@font-face {
  font-family: 'Gotham-Medium';
  src: url("../fonts/Gotham-Medium.eot");
  src: url("../fonts/Gotham-Medium.woff") format("woff"), url("../fonts/Gotham-Medium.ttf") format("truetype"), url("../fonts/GothamMedium-meduim.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Gotham-Bold';
  src: url("../fonts/GothamBold-bold.eot");
  src: url("../fonts/GothamBold-bold.woff") format("woff"), url("../fonts/GothamBold-bold.ttf") format("truetype"), url("../fonts/GothamBold-bold.svg") format("svg");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: Gotham-italic;
  src: url(../fonts/Gotham-Light-italic.otf);
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: Gotham-italic;
  src: url(../fonts/Gotham-Medium-italic.otf);
  font-weight: 600;
  font-style: italic;
}
@font-face {
  font-family: Gotham-italic;
  src: url(../fonts/Gotham-bold-italic.otf);
  font-weight: 800;
  font-style: italic;
}