@charset "utf-8";
/* CSS Document */

/*** FONT STYLES ***/

.gotham-Bold, .h2-font, .h3-font, .h4-font
{
	font-family: 'Gotham SSm A', 'Gotham SSm B';
	font-weight: 700;
	font-style: normal;
}
.headline-ctr {
	text-align:center;
}
.gotham-Black
{
	font-family: 'Gotham A', 'Gotham B';
	font-weight: 800;
	font-style: normal;
}

.gotham-Rounded-Book
{
	font-family: 'Gotham Rounded SSm A', 'Gotham Rounded SSm B';
	font-weight: 400;
	font-style: normal;
}

.gotham-Rounded-Medium
{
	font-family: 'Gotham Rounded SSm A', 'Gotham Rounded SSm B';
	font-weight: 500;
	font-style: normal;
}

.gotham-Rounded-Book-Lite
{
	font-family: 'Gotham Rounded SSm A', 'Gotham Rounded SSm B';
	font-weight: 100;
	font-style: normal;
}

.gotham-Lite
{
	font-family: 'Gotham Rounded SSm A', 'Gotham Rounded SSm B';
	font-weight: 300;
	font-style: normal;
}

.PreloSlab-LightItalic {
       font-family: PreloSlab-LightItalic;
       font-weight: normal;
       font-style: normal;
}

.PreloSlab-Medium {
       font-family: PreloSlab-Medium;
       font-weight: normal;
       font-style: normal;
}

.PreloSlab-Medium-Lite {
       font-family: PreloSlab-Medium;
       font-weight: 400;
       font-style: normal;
}

.PreloSlab-MediumItalic {
       font-family: PreloSlab-MediumItalic;
       font-weight: normal;
       font-style: normal;
}

/*** END font styles ***/
