@font-face{
	font-family: "gotham";
	src: url('../fonts/gotham-rounded-medium.otf');
	font-weight: 500;
}
@font-face{
	font-family: "gotham";
	src: url('../fonts/gotham-rounded-light.otf');
	font-weight: lighter;
}
@font-face{
	font-family: "gotham";
	src: url('../fonts/gotham-rounded-bold.otf');
	font-weight: bold;
}
@font-face{
	font-family: "gotham";
	src: url('../fonts/gotham-rounded-book.otf');
	font-weight: normal;
}