﻿@charset "utf-8";

/*
	TradeGothicLT
	TradeGothicLT-CondEighteen
	TradeGothicLT-BoldTwo
	TradeGothicLT-BoldCondTwenty
	TradeGothicLT-Oblique
*/

/* TradeGothic LT */
@font-face {
	font-family: "TradeGothicLT";
	font-weight: normal;
	font-style: normal;
	src: local("TradeGothic LT"),
		url("fonts/TradeGothicLT.woff2") format("woff2"),
		url("fonts/TradeGothicLT.woff") format("woff"),
		url("fonts/TradeGothicLT.ttf") format("truetype");
}
@font-face {
	font-family: "TradeGothicLT";
	font-weight: bold;
	font-style: normal;
	src: local("TradeGothic LT"),
		url("fonts/TradeGothicLT-Bold.woff2") format("woff2"),
		url("fonts/TradeGothicLT-Bold.woff") format("woff"),
		url("fonts/TradeGothicLT-Bold.ttf") format("truetype");
}

/* TradeGothic LT CondEighteen*/
@font-face {
	font-family: "TradeGothicLT-CondEighteen";
	font-weight: normal;
	font-style: normal;
	src: local("TradeGothic LT CondEighteen"),
		url("fonts/TradeGothicLT-CondEighteen.woff2") format("woff2"),
		url("fonts/TradeGothicLT-CondEighteen.woff") format("woff"),
		url("fonts/TradeGothicLT-CondEighteen.ttf") format("truetype");
}
@font-face {
	font-family: "TradeGothicLT-CondEighteen";
	font-weight: normal;
	font-style: italic;
	src: local("TradeGothic LT CondEighteen"),
		url("fonts/TradeGothicLT-CondEighteenOblique.woff2") format("woff2"),
		url("fonts/TradeGothicLT-CondEighteenOblique.woff") format("woff"),
		url("fonts/TradeGothicLT-CondEighteenOblique.ttf") format("truetype");
}


/* TradeGothicLT-BoldTwo */
@font-face {
	font-family: "TradeGothicLT-BoldTwo";
	font-weight: normal;
	font-style: normal;
	src: /* local(""), */ 
		url("fonts/TradeGothicLT-BoldTwo.woff2") format("woff2"),
		url("fonts/TradeGothicLT-BoldTwo.woff") format("woff"),
		url("fonts/TradeGothicLT-BoldTwo.ttf") format("truetype");
} 

/* TradeGothicLT-BoldCondTwenty*/
@font-face {
	font-family: "TradeGothicLT-BoldCondTwenty";
	font-weight: normal;
	font-style: normal;
	src: /* local(""), */ 
		url("fonts/TradeGothicLT-BoldCondTwenty.woff2") format("woff2"),
		url("fonts/TradeGothicLT-BoldCondTwenty.woff") format("woff"),
		url("fonts/TradeGothicLT-BoldCondTwenty.ttf") format("truetype");
 }

 /* TradeGothicLT-Oblique */
@font-face {
	font-family: "TradeGothicLT-Oblique";
	font-weight: normal;
	font-style: normal;
	src: /* local(""), */ 
		url("fonts/TradeGothicLT-LightOblique.woff2") format("woff2"),
		url("fonts/TradeGothicLT-LightOblique.woff") format("woff"),
		url("fonts/TradeGothicLT-LightOblique.ttf") format("truetype");
 }
