/* $gothampro-bold ---------------------- */

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

