@font-face {
	font-family: "Gotham";
	src: url('/media/fonts/Gotham-Bold.woff2') format('woff2'),
             url('/media/fonts/Gotham-Bold.woff') format('woff'),
             url('/media/fonts/Gotham-Bold.ttf') format('truetype');
	font-weight: 700;
}
@font-face {
	font-family: "Gotham";
	src: url('/media/fonts/Gotham-Bold1.woff2') format('woff2'),
             url('/media/fonts/Gotham-Bold1.woff') format('woff'),
             url('/media/fonts/Gotham-Bold1.ttf') format('truetype');
	font-weight: 400;
}
@font-face {
	font-family: "Gotham";
	src: url('/media/fonts/Gotham-BoldItalic.woff2') format('woff2'),
             url('/media/fonts/Gotham-BoldItalic.woff') format('woff'),
             url('/media/fonts/Gotham-BoldItalic.ttf') format('truetype');
	font-weight: 400;
}
@font-face {
	font-family: "Gothambook";
	src: url('/media/fonts/GothamBook-Regular.woff2') format('woff2'),
             url('/media/fonts/GothamBook-Regular.woff') format('woff'),
             url('/media/fonts/GothamBook-Regular.ttf') format('truetype');
	font-weight: 400;
}