/* $gothampro-light ---------------------- */

@font-face {
  font-family: 'gothamprolight';
  font-style: normal;
  font-weight: normal;
  src: url('GothamPro-Light.eot');
  /* stylelint-disable */
  src: url('GothamPro-Light.eot?#iefix') format('embedded-opentype'),
       url('GothamPro-Light.woff2') format('woff2'),
       url('GothamPro-Light.woff') format('woff'),
       url('GothamPro-Light.ttf') format('truetype'),
       url('GothamPro-Light.svg#gothamprolight') format('svg');
  /* stylelint-enable */
}

