@charset "UTF-8";
@font-face {
  font-family: "Gotham";
  src: url("../fonts/GothamThin.woff2") format("woff2"),
       url('../fonts/GothamThin.woff') format('woff');
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: "Gotham";
  src: url("../fonts/GothamXLight.woff2") format("woff2"),
       url("../fonts/GothamXLight.woff") format("woff");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: "Gotham";
  src: url("../fonts/GothamLight.woff2") format("woff2"),
       url("../fonts/GothamLight.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Gotham";
  src: url("../fonts/GothamLightItalic.woff2") format("woff2"),
       url("../fonts/GothamLightItalic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: "Gotham";
  src: url("../fonts/GothamMedium.woff2") format("woff2"),
       url("../fonts/GothamMedium.woff")  format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Gotham";
  src: url("../fonts/GothamBold.woff2") format("woff2"),
       url("../fonts/GothamBold.woff")  format("woff");
  font-weight: 700;
  font-style: normal;
}



@font-face {
  font-family: "Gotham Condensed";
  src: url("../fonts/GothamCondensed-Light.woff2") format("woff2"),
       url("../fonts/GothamCondensed-Light.woff")  format("woff");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: "Gotham Condensed";
  src: url("../fonts/GothamCondensed-Book.woff2") format("woff2"),
       url("../fonts/GothamCondensed-Book.woff")  format("woff");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Gotham Condensed";
  src: url("../fonts/GothamCondensed-Medium.woff2") format("woff2"),
       url("../fonts/GothamCondensed-Medium.woff")  format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Gotham Condensed";
  src: url("../fonts/GothamCondensed-Bold.woff2") format("woff2"),
       url("../fonts/GothamCondensed-Bold.woff")  format("woff");
  font-weight: 700;
  font-style: normal;
}
body {
  font-family: "Gotham";
  font-weight: 300;
}


