@font-face {
  font-family: 'Gotham';
  /*src: local("Gotham"), local("GothamPro"), url("../fonts/GothamPro.woff") format("woff"), url("../fonts/GothamPro.ttf") format("truetype");*/
  src: local("Gotham"), local("GothamPro"), url("../fonts/GothamPro.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: optional;
}

@font-face {
  font-family: 'Gotham Light';
  /*src: local("Gotham Light"), local("Gotham-Light"), url("../fonts/GothamPro-Light.woff") format("woff"), url("../fonts/GothamPro-Light.ttf") format("truetype");*/
  /*src: local("Gotham Light"), local("Gotham-Light"), url("../fonts/GothamPro-Light.woff") format("woff");*/
  src: local("Gotham Light"), local("Gotham-Light"), url("../fonts/GothamPro-Light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: optional
}
/*
@font-face {
  font-family: 'Gotham Light Italic';
  src: local("Gotham Light Italic"), format("embedded-opentype"), url("../fonts/GothamPro-LightItalic.woff") format("woff"), url("../fonts/GothamPro-LightItalic.ttf") format("truetype");
  font-weight: 300;
  font-style: italic;
  font-display: swap
}
*/
/*
@font-face {
  font-family: 'Gotham Medium';
  src: local("Gotham Medium"), local("Gotham-Medium"), url("../fonts/GothamPro-Medium.woff") format("woff"), url("../fonts/GothamPro-Medium.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap
}*/
/*
@font-face {
  font-family: 'Gotham';
  src: local("Gotham Medium"), format("embedded-opentype"), url("../fonts/GothamPro-Medium.woff") format("woff"), url("../fonts/GothamPro-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap
}
*/
/*@font-face {
  font-family: 'Gotham Bold';
  src: local("Gotham Bold"), local("GothamPro-Bold"), url("../fonts/GothamPro-Bold.woff") format("woff"), url("../fonts/GothamPro-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap
}*/