@font-face {
    font-family: 'TradeGothicLightRegular';
    font-style: normal;
    font-weight: 300;
    src: url('../webfonts/trade-gothic-lt.eot');
    src: local('TradeGothic Light'), local('TradeGothic-Light'),
        url('../webfonts/trade-gothic-lt.eot?#iefix') format('embedded-opentype'),
        url('../webfonts/trade-gothic-lt.woff2') format('woff2'),
        url('../webfonts/TradeGothicLT.woff') format('woff'),
        url('../webfonts/trade-gothic-lt.ttf') format('truetype'),
        url('../webfonts/TradeGothicLT-Light.svg#TradeGothic') format('svg');
}
/* trade gothic light bold */
@font-face {
    font-family: 'TradeGothicLightBold';
    font-style: normal;
    font-weight: 400;
    src: url('../webfonts/trade-gothic-lt-bold.eot');
    src: local('TradeGothic LightBold'), local('TradeGothic-Light-Bold'),
        url('../webfonts/trade-gothic-lt-bold.eot?#iefix') format('embedded-opentype'),
        url('../webfonts/trade-gothic-lt-bold.woff2') format('woff2'),
        url('../webfonts/TradeGothicLT-Bold.woff') format('woff'),
        url('../webfonts/trade-gothic-lt-bold.ttf') format('truetype'),
        url('../webfonts/TradeGothicLT-Bold.svg#TradeGothic') format('svg');
}