/* Fonts */
@font-face {
  font-family: 'Tradegothic';
  font-weight: normal;
  src: url('../fonts/tradegothic.eot');
  src: url('../fonts/tradegothic.eot') format('embedded-opentype'),
       url('../fonts/tradegothic.woff2') format('woff2'),
       url('../fonts/tradegothic.woff') format('woff'),
       url('../fonts/tradegothic.ttf') format('truetype'),
       url('../fonts/tradegothic.svg#tradegothic') format('svg');
}

@font-face {
  font-family: 'Tradegothiccb';
  font-weight: normal;
  src: url('../fonts/tradegothiccb.eot');
  src: url('../fonts/tradegothiccb.eot') format('embedded-opentype'),
       url('../fonts/tradegothiccb.woff2') format('woff2'),
       url('../fonts/tradegothiccb.woff') format('woff'),
       url('../fonts/tradegothiccb.ttf') format('truetype'),
       url('../fonts/tradegothiccb.svg#tradegothiccb') format('svg');
}

