/* bold */
@font-face {
    font-family: 'Trade Gothic LT Std';
    src: url('../fonts/TradeGothicLTStd-Bold.woff2') format('woff2'),
        url('../fonts/TradeGothicLTStd-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

/* regular */
@font-face {
    font-family: 'Trade Gothic LT Std';
    src: url('../fonts/TradeGothicLTStd.woff2') format('woff2'),
        url('../fonts/TradeGothicLTStd.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

/* extended */
/* @font-face {
    font-family: 'Trade Gothic LT Std';
    src: url('../fonts/TradeGothicLTStd-Extended.woff2') format('woff2'),
        url('../fonts/TradeGothicLTStd-Extended.woff') format('woff');
    font-weight: normal;
    font-style: normal;
} */

/* light */
@font-face {
    font-family: 'Trade Gothic LT Std';
    src: url('../fonts/TradeGothicLTStd-Light.woff2') format('woff2'),
        url('../fonts/TradeGothicLTStd-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

/* condensed */
@font-face {
    font-family: 'Trade Gothic LT Std';
    src: url('../fonts/TradeGothicLTStd-Cn18.woff2') format('woff2'),
        url('../fonts/TradeGothicLTStd-Cn18.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}
