@font-face {
    font-family: 'Trade Gothic Bold Condensed';
    src: local("Trade Gothic Condensed Regular"), local("TradeGothicLTStd-Cn18"), url('../../fonts/tradegothic/TradeGothicLTStd-Cn18.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Trade Gothic Bold Condensed';
    src: local("Trade Gothic Condensed Italic"), local("TradeGothicLTStd-Cn18Obl"), url('../../fonts/tradegothic/TradeGothicLTStd-Cn18Obl.ttf') format('truetype');
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Trade Gothic Bold Condensed';
    src: local("Trade Gothic Bold"), local("TradeGothicLTStd-BdCn20"), url('../../fonts/tradegothic/TradeGothicLTStd-BdCn20.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Trade Gothic Bold Condensed';
    src: local("Trade Gothic Bold Italic"), local("TradeGothicLTStd-BdCn20Obl"), url('../../fonts/tradegothic/TradeGothicLTStd-BdCn20Obl.ttf') format('truetype');
    font-weight: 700;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Trade Gothic Bold Condensed';
    src: local("Trade Gothic Extra Bold Italic"), local("TradeGothicLTStd-Bd2Obl"), url('../../fonts/tradegothic/TradeGothicLTStd-Bd2Obl.ttf') format('truetype');
    font-weight: 800;
    font-style: italic;
    font-display: swap;
}

:root {
    --primary-font: 'Trade Gothic Bold Condensed';
}
