@font-face { 
  font-family: 'GothamPro'; 
  src: url('../fonts/GothamProLight/GothamProLight.woff2') format('woff2'), 
/*       url('../fonts/GothamProLight/GothamProLight.ttf')  format('truetype'), */
       url('../fonts/GothamProLight/GothamProLight.woff') format('woff'); 
  font-weight: 300; 
  font-style: normal; 
}

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

@font-face { 
  font-family: 'GothamPro'; 
  src: url('../fonts/GothamProBold/GothamProBold.woff2') format('woff2'), 
/*       url('../fonts/GothamProBold/GothamProBold.ttf')  format('truetype'), */
       url('../fonts/GothamProBold/GothamProBold.woff') format('woff'); 
  font-weight: 700; 
  font-style: normal; 
}

@font-face { 
  font-family: 'GothamPro'; 
  src: url('../fonts/GothamProBlack/GothamProBlack.woff2') format('woff2'), 
/*       url('../fonts/GothamProBlack/GothamProBlack.ttf')  format('truetype'), */
       url('../fonts/GothamProBlack/GothamProBlack.woff') format('woff'); 
  font-weight: 900; 
  font-style: normal; 
}



/*

font-family: "GothamPro", sans-serif

300, 400, 700, 900

*/