/* Gotham Book */
@font-face {
	font-family: 'Gotham';
	src: url('/koestritzer/fonts/Gotham-Book.otf') format('opentype');
	font-weight: 400;
	font-style: normal;
}

/* Gotham Bold */
@font-face {
	font-family: 'Gotham';
	src: url('/koestritzer/fonts/Gotham-Bold.otf') format('opentype');
	font-weight: 700;
	font-style: normal;
}

/* Gotham Black */
@font-face {
	font-family: 'Gotham';
	src: url('/koestritzer/fonts/Gotham-Black.otf') format('opentype');
	font-weight: 900;
	font-style: normal;
}
