@font-face {
	font-family: "Gotham-Bold";
	font-weight: bold;
	src: url(Fonts/Gotham-Bold.otf);
}
*{
    font-family: "Gotham-Bold", Helvetica, Arial, sans-serif;
}