/* =========================================================
CUSTOM FONTS SETUP (WOFF2 + WOFF FALLBACK)
========================================================= */

/* Regular */
@font-face {
	font-family: 'Trade Gothic LT Pro';
	src:
		url('../fonts/TradeGothicLTPro.woff2') format('woff2'),
		url('../fonts/TradeGothicLTPro.woff') format('woff');
	font-weight: 400;
	font-style: normal;
}

/* Regular Oblique */
@font-face {
	font-family: 'Trade Gothic LT Pro';
	src:
		url('../fonts/TradeGothicLTPro-Obl.woff2') format('woff2'),
		url('../fonts/TradeGothicLTPro-Obl.woff') format('woff');
	font-weight: 400;
	font-style: italic;
}

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

/* Light Oblique */
@font-face {
	font-family: 'Trade Gothic LT Pro';
	src:
		url('../fonts/TradeGothicLTPro-LightObl.woff2') format('woff2'),
		url('../fonts/TradeGothicLTPro-LightObl.woff') format('woff');
	font-weight: 300;
	font-style: italic;
}

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

/* Bold Oblique */
@font-face {
	font-family: 'Trade Gothic LT Pro';
	src:
		url('../fonts/TradeGothicLTPro-BoldObl.woff2') format('woff2'),
		url('../fonts/TradeGothicLTPro-BoldObl.woff') format('woff');
	font-weight: 700;
	font-style: italic;
}

/* Bold 2 (extra bold) */
@font-face {
	font-family: 'Trade Gothic LT Pro Bd 2';
	src:
		url('../fonts/TradeGothicLTPro-Bd2.woff2') format('woff2'),
		url('../fonts/TradeGothicLTPro-Bd2.woff') format('woff');
	font-weight: 800;
	font-style: normal;
}

/* Bold 2 Oblique */
@font-face {
	font-family: 'Trade Gothic LT Pro Bd 2';
	src:
		url('../fonts/TradeGothicLTPro-Bd2Obl.woff2') format('woff2'),
		url('../fonts/TradeGothicLTPro-Bd2Obl.woff') format('woff');
	font-weight: 800;
	font-style: italic;
}

/* Bold Condensed No. 20 */
@font-face {
	font-family: 'Trade Gothic LT Pro Bd Cn 20';
	src:
		url('../fonts/TradeGothicLTPro-BdCn20.woff2') format('woff2'),
		url('../fonts/TradeGothicLTPro-BdCn20.woff') format('woff');
	font-weight: 700;
	font-style: normal;
}

/* Bold Condensed No. 20 Oblique */
@font-face {
	font-family: 'Trade Gothic LT Pro Bd Cn 20';
	src:
		url('../fonts/TradeGothicLTPro-BdCn20Obl.woff2') format('woff2'),
		url('../fonts/TradeGothicLTPro-BdCn20Obl.woff') format('woff');
	font-weight: 700;
	font-style: italic;
}

/* Condensed No. 18 */
@font-face {
	font-family: 'Trade Gothic LT Pro Cn 18';
	src:
		url('../fonts/TradeGothicLTPro-Cn18.woff2') format('woff2'),
		url('../fonts/TradeGothicLTPro-Cn18.woff') format('woff');
	font-weight: 400;
	font-style: normal;
}

/* Condensed No. 18 Oblique */
@font-face {
	font-family: 'Trade Gothic LT Pro Cn 18';
	src:
		url('../fonts/TradeGothicLTPro-Cn18Obl.woff2') format('woff2'),
		url('../fonts/TradeGothicLTPro-Cn18Obl.woff') format('woff');
	font-weight: 400;
	font-style: italic;
}
