/* INNEO TradeGothic Webfonts (lizenziert).
   Übernommen aus dem Legacy-Projekt: UserManagement/Content/Site.css (@font-face-Block).
   Schriftdateien liegen unter wwwroot/fonts/TradeGothic/. */

@font-face {
    font-family: 'TradeGothic';
    font-weight: normal;
    font-style: normal;
    font-display: swap;
    src: url('TradeGothic/TradeGothicLTPro.woff2') format('woff2'),
         url('TradeGothic/TradeGothicLTPro.woff') format('woff');
}

@font-face {
    font-family: 'TradeGothic';
    font-weight: normal;
    font-style: italic;
    font-display: swap;
    src: url('TradeGothic/TradeGothicLTPro_italic.woff2') format('woff2'),
         url('TradeGothic/TradeGothicLTPro_italic.woff') format('woff');
}

@font-face {
    font-family: 'TradeGothic';
    font-weight: bold;
    font-style: normal;
    font-display: swap;
    src: url('TradeGothic/TradeGothicLTPro_bold.woff2') format('woff2'),
         url('TradeGothic/TradeGothicLTPro_bold.woff') format('woff');
}

@font-face {
    font-family: 'TradeGothic';
    font-weight: bold;
    font-style: italic;
    font-display: swap;
    src: url('TradeGothic/TradeGothicLTPro_bold_italic.woff2') format('woff2'),
         url('TradeGothic/TradeGothicLTPro_bold_italic.woff') format('woff');
}
