/* Gotham X Narrow Screen Smart Medium */
.f-gxnm {
	font-family: 'Gotham XNarrow SSm A', 'Gotham XNarrow SSm B'; 
	font-weight: 500; 
	font-style: normal;
}
 

/* Gotham X Narrow Screen Smart Light */
.f-gxnssl {
	font-family: 'Gotham XNarrow SSm A', 'Gotham XNarrow SSm B';
	font-weight: 300; 
	font-style: normal;
}

/* Gotham X Narrow Screen Smart Book*/
.f-gxnssb {
	font-family: 'Gotham XNarrow SSm A', 'Gotham XNarrow SSm B'; 
	font-weight: 400; 
	font-style: normal;
}


/* Gotham X Narrow Medium */
.f-gxnm {
	font-family: 'Gotham XNarrow A', 'Gotham XNarrow B'; 
	font-weight: 500; 
	font-style: normal;
}

 
/* Gotham Narrow Screen Smart Light */
.f-gnssl {
	font-family: 'Gotham Narrow SSm B', 'Gotham Narrow SSm A'; 
	font-weight: 300; 
	font-style: normal;
}

/* Gotham Narrow Screen Smart Book */
.f-gnssb {
	font-family: 'Gotham Narrow SSm B', 'Gotham Narrow SSm A'; 
	font-weight: 400; 
	font-style: normal;
}

/* Gotham Narrow Screen Smart Book Italic */
.f-gbssb-italic {
	font-family: 'Gotham Narrow SSm B', 'Gotham Narrow SSm A'; 
	font-weight: 400; 
	font-style: italic;
}

/* Gotham Narrow Screen Smart Bold */
.f-gbss-bold {
	font-family: 'Gotham Narrow SSm B', 'Gotham Narrow SSm A'; 
	font-weight: 700; 
	font-style: normal;
}