/* $gotham-black ---------------------- */

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

