@font-face {
  font-family: "TradeGothicInlineProBold";
  src: url('/TradeGothicInlineProBold/font.woff2') format('woff2'), url('/TradeGothicInlineProBold/font.woff') format('woff');
}

@font-face {
    font-family: 'trade_gothic_inlineblack';
    src: url('/tradegothicinline-black-webfont.woff2') format('woff2'),
         url('/tradegothicinline-black-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

.tradegothic
{
	font-family:TradeGothicInlineProBold;
	font-size:24px;
	line-height:1.5;
}

.tradegothicthick
{
	font-family:trade_gothic_inlineblack;
	font-weight:normal;
	font-size:24px;
	line-height:1.5;
}


h1.tradegothic,
h1.tradegothicthick
{
	font-size:34px;
	margin-top:18px;
}

h2.tradegothic,
h2.tradegothicthick
{
	font-size:30px;
}

h3.tradegothic,
h3.tradegothicthick
{
	font-size:26px;
}

@media screen and (max-width: 640px)
{
	.tradegothic,
	.tradegothicthick
	{
		font-size:20px;
	}

	h1.tradegothic,
	h1.tradegothicthick
	{
		font-size:26px;
	}

	h2.tradegothic,
	h2.tradegothicthick
	{
		font-size:24px;
	}

	h3.tradegothic,
	h3.tradegothicthick
	{
		font-size:24px;
	}
}

