/* Font */
@font-face{
  font-family:"Gotham";
  font-style: normal;
  font-weight: 300;
  src:url("../_fonts/Gotham/light/Gotham-Light.woff2") format("woff2"),url("../_fonts/Gotham/light/Gotham-Light.woff") format("woff");
}
@font-face{
  font-family:"Gotham";
  font-style: bold;
  font-weight: 700;
  src:url("../_fonts/Gotham/medium/Gotham-Medium.woff2") format("woff2"),url("../_fonts/Gotham/medium/Gotham-Medium.woff") format("woff");
}
