/**
 * Local Font Definitions - Danziger Theme
 * Replaces external cdnfonts.com dependencies for better performance
 */

/* Trade Gothic - Primary Brand Font */
@font-face {
   font-family: 'TradeGothic';
   src: url(../fonts/TradeGothicLTStd-BoldExt.woff2) format('woff2'),
        url(../fonts/TradeGothicLTStd-BoldExt.woff) format('woff'),
        url(../fonts/Trade-Gothic-LT-Std-Bold-Extended.otf) format('opentype');
   font-weight: 700;
   font-style: normal;
   font-display: swap;
}

/* Trade Gothic LT Std - For CSS referencing this exact name */
@font-face {
   font-family: 'Trade Gothic LT Std';
   src: url(../fonts/TradeGothicLTStd-BoldExt.woff2) format('woff2'),
        url(../fonts/TradeGothicLTStd-BoldExt.woff) format('woff'),
        url(../fonts/TradeGothicLTStd-BoldExt.otf) format('opentype');
   font-weight: 700;
   font-style: normal;
   font-display: swap;
}

/* Trade Gothic LT Pro Bold - Additional weight */
@font-face {
   font-family: 'Trade Gothic LT Std';
   src: url(../fonts/TradeGothicLTPro-Bold.woff2) format('woff2'),
        url(../fonts/TradeGothicLTPro-Bold.woff) format('woff'),
        url(../fonts/TradeGothicLTPro-Bold.ttf) format('truetype');
   font-weight: 600;
   font-style: normal;
   font-display: swap;
}

/* Trade Gothic LT Pro Bd2 - Regular weight */
@font-face {
   font-family: 'Trade Gothic LT Std';
   src: url(../fonts/TradeGothicLTPro-Bd2.woff2) format('woff2'),
        url(../fonts/TradeGothicLTPro-Bd2.woff) format('woff'),
        url(../fonts/TradeGothicLTPro-Bd2.ttf) format('truetype');
   font-weight: 400;
   font-style: normal;
   font-display: swap;
}

/* Helvetica Neue 55 Roman - REQUIRES MANUAL DOWNLOAD */
@font-face {
   font-family: 'Helvetica Neue';
   src: url(../fonts/HelveticaNeue-Roman.woff2) format('woff2'),
        url(../fonts/HelveticaNeue-Roman.woff) format('woff'),
        url(../fonts/HelveticaNeue-Roman.ttf) format('truetype');
   font-weight: 400;
   font-style: normal;
   font-display: swap;
}

/* Helvetica Neue 55 Bold - REQUIRES MANUAL DOWNLOAD */
@font-face {
   font-family: 'Helvetica Neue';
   src: url(../fonts/HelveticaNeue-Bold.woff2) format('woff2'),
        url(../fonts/HelveticaNeue-Bold.woff) format('woff'),
        url(../fonts/HelveticaNeue-Bold.ttf) format('truetype');
   font-weight: 700;
   font-style: normal;
   font-display: swap;
}
