@font-face {
  font-family: 'TradeGothic-Normal';
  src: url(Trade-Gothic.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: 'TradeGothic-Italic';
  src: url(Trade-Gothic-Oblique.ttf) format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: auto;
}

@font-face {
  font-family: 'TradeGothic-Bold';
  src: url(Trade-Gothic-Bold.ttf) format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: auto;
}

.trade-gothic {
  font-family: 'TradeGothic-Normal'
}

.trade-gothic-italic {
  font-family: 'TradeGothic-Italic'
}

.trade-gothic-bold {
  font-family: 'TradeGothic-Bold'
}