 @font-face {
	font-family: 'Gotham-Bold';
	src: url('GothaBol.eot');
}

@font-face {
	font-family: 'Gotham-Bold';
	src: url('GothaBol.woff') format('woff'),
	url('GothaBol.svg#Gotham-Bold') format('svg');
}

@font-face {
	font-family: 'Gotham-Book';
	src: url('GothaBoo.eot');
}

@font-face {
	font-family: 'Gotham-Book';
	src: url('GothaBoo.woff') format('woff'), 
	url('GothaBoo.svg#Gotham-Book') format('svg');
}

h1, 
h2,
h3,
h4,
h5,
h6 { 
	font-family: "Ubuntu", sans-serif;
	font-weight: 900;
}

p { 
	font-family: "Ubuntu", sans-serif;
}

body  { 
	/*font-family: "Gotham-Bold", sans-serif;*/
	font-family: "Ubuntu", sans-serif;
	font-size: 16px;
}
     