/*fonts*/
@font-face {
	font-family: 'GothamRounded';
	src: url('fonts/GothamRounded-Medium.otf');
	src: url('fonts/GothamRoundedMedium_21022.ttf') format('truetype');
	font-weight: normal;
	font-style:normal;
}

@font-face {
	font-family: 'GothamRounded';
	src: url('fonts/GothamRounded-MediumItalic.otf');
	src: url('fonts/GothamRoundedMedium_21022.ttf') format('truetype');
	font-weight: normal;
	font-style:italic;
}

@font-face {
	font-family: 'GothamRounded';
	src: url('fonts/GothamRounded-Bold.otf');
	src: url('fonts/GothamRoundedBold_21016.ttf') format('truetype');
	font-weight: bold;
	font-style:normal;
}

@font-face {
	font-family: 'GothamRounded';
	src: url('fonts/GothamRounded-BoldItalic.otf');
	src: url('fonts/GothamRoundedBold_21016.ttf') format('truetype');
	font-weight: bold;
	font-style:italic;
}