@font-face {
	font-family: "gothamBook";
	src: url(../fonts/Gotham-Book.otf) format("truetype");
}

@font-face {
	font-family: "gothamBold";
	src: url(../fonts/Gotham-Bold.otf) format("truetype");
}

@font-face {
	font-family: "Roboto-Medium";
	src: url("/fonts/Roboto-Medium.ttf") format("truetype");
}

@font-face {
	font-family: "Roboto-Black";
	src: url("/fonts/Roboto-Black.ttf") format("truetype");
}

@font-face {
	font-family: "DroidSans";
	src: url("/fonts/DroidSans.ttf") format("truetype");
}

@font-face {
	font-family: "DroidSerif";
	src: url("/fonts/DroidSerif.ttf") format("truetype");
}
