@font-face {
  font-family: 'GothamXNarrow';
  src:
    url('truetype/GothamXNarrow-Bold.ttf') format('truetype'),
    url('GothamXNarrow-Bold.eot') format("opentype"); /* IE */
  font-weight: bold;
  font-style: normal;
}

/*@font-face {*/
    /*font-family: 'GothamXNarrow';*/
    /*src: url('GothamXNarrow-BoldItalic.ttf') format('truetype');*/
    /*font-weight: bold;*/
    /*font-style: italic;*/
/*}*/

@font-face {
  font-family: 'GothamXNarrow';
  src:
    url('truetype/GothamXNarrow-Book.ttf') format('truetype'),
    url('GothamXNarrow-Book.eot') format("opentype"); /* IE */
  font-weight: normal;
  font-style: normal;
}

/*@font-face {*/
  /*font-family: 'GothamXNarrow';*/
  /*src: url('GothamXNarrow-BookItalic.ttf') format('truetype');*/
  /*font-weight: normal;*/
  /*font-style: normal;*/
/*}*/

@font-face {
  font-family: 'GothamXNarrow';
  src:
    url('truetype/GothamXNarrow-Light.ttf') format('truetype'),
    url('GothamXNarrow-Light.eot') format("opentype"); /* IE */
  font-weight: 300;
  font-style: normal;
}

/*@font-face {*/
  /*font-family: 'GothamXNarrow';*/
  /*src: url('GothamXNarrow-LightItalic.ttf') format('truetype');*/
  /*font-weight: 300;*/
  /*font-style: normal;*/
/*}*/

@font-face {
  font-family: 'GothamXNarrow';
  src:
    url('truetype/GothamXNarrow-Medium.ttf') format('truetype'),
    url('GothamXNarrow-Medium.eot') format("opentype"); /* IE */
  font-weight: 500;
  font-style: normal;
}

/*@font-face {*/
  /*font-family: 'GothamXNarrow';*/
  /*src: url('GothamXNarrow-MediumItalic.ttf') format('truetype');*/
  /*font-weight: 500;*/
  /*font-style: normal;*/
/*}*/

@font-face {
  font-family: "GothamXNarrow";
  src: url(truetype/GothamXNarrow-BlackItalic.ttf);
  font-weight: 900;
  font-style: italic;
}

@font-face {
  font-family: 'GothamXNarrow';
  src: url(truetype/GothamXNarrow-Black.ttf);
  font-weight: 900;
  font-style: normal;
}