@font-face {
	font-family: 'GothamRndBook';
	src: url('../fonts/GothamRnd-Book.otf');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'GothamRndMedium';
	src: url('../fonts/GothamRnd-Medium.otf');
	font-weight: normal;
	font-style: normal;
}


body{
	font-family:'GothamRndBook', Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 14px;
	line-height: 1.5;
	font-weight: 400;
}