@font-face {
    font-family: 'TradeGothic';
    src: url('normal/normal.otf') format("opentype");
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'TradeGothic';
    src: url('italic/italic.otf') format("opentype");
    font-weight: normal;
    font-style: italic;

}

@font-face {
    font-family: 'TradeGothic';
    src: url('bold/bold.otf') format("opentype");
    font-weight: bold;
    font-style: normal;

}