@font-face {
	font-family: 'gotham-book';
	src: url('fonts/GothamBook.otf');
}

@font-face {
	font-family: 'gotham-ligth';
	src: url('fonts/GothamLight.otf');
}

@font-face {
	font-family: 'gotham-medium';
	src: url('fonts/GothamMedium.otf');
}

@font-face {
	font-family: 'gotham-bold';
	src: url('fonts/GothamBold.otf');
}

@font-face {
	font-family: 'gotham-black';
	src: url('fonts/GothamBlack.ttf');
}