@font-face {
	font-family: Gotham;
	font-weight: book;
	src: url("/dist/fonts/GothamPro-Font/GothamPro.ttf") format("truetype");
}
@font-face {
	font-family: Gotham;
	font-weight: bold;
	src: url("/dist/fonts/GothamPro-Font/GothamPro-Bold.ttf") format("truetype");
}
@font-face {
	font-family: GothamUltra;
	font-weight: bold;
	src: url("/dist/fonts/Gotham Ultra/Gotham Ultra Regular/Gotham Ultra Regular.otf") format("truetype");
}

body {
	font-family: "Gotham";
	font-weight: book;
}

.Gotham {
	font-family: "Gotham";
}

.GothamUltra {
	font-family: "GothamUltra";
}
