/* font classes */
.trade-gothic-next-compressed-bold {
	font-family: "trade-gothic-next-compressed", Arial, Helvetica, sans-serif;
	font-weight: 700;
	font-style: normal;
}

.miller-text {
	font-family: "miller-text", Georgia, Times New Roman, serif;
	font-style: normal;
	font-weight: 400;
}

.miller-text-italic {
	font-family: "miller-text", Georgia, Times New Roman, serif;
	font-style: italic;
	font-weight: 400;
}

.miller-text-bold {
	font-family: "miller-text", Georgia, Times New Roman, serif;
	font-style: normal;
	font-weight: 700;
}

.miller-text-bold-italic {
	font-family: "miller-text", Georgia, Times New Roman, serif;
	font-style: italic;
	font-weight: 700;
}

.miller-text {
	font-family: "miller-text", Georgia, Times New Roman, serif;
}

/*----------------New Fonts-------------------*/
.trade-gothic-next {
	font-family: 'trade-gothic-next', Arial, Helvetica, sans-serif;
	font-weight: 400;
	font-style: normal;
}

.trade-gothic-next-italic {
	font-family: "trade-gothic-next", Arial, Helvetica, sans-serif;
	font-weight: 400;
	font-style: italic;
}

.trade-gothic-next-bold {
	font-family: "trade-gothic-next", Arial, Helvetica, sans-serif;
	font-weight: 700;
	font-style: normal;
}

.trade-gothic-next-bold-italic {
	font-family: "trade-gothic-next", Arial, Helvetica, sans-serif;
	font-weight: 700;
	font-style: italic;
}