
@font-face {
	font-family: 'font-xlight';
	font-display: block;
	src: local(''),
	url('../webpack/fonts/gotham/GothamNarrow-XLight.otf') format('opentype');
}

@font-face {
	font-family: 'font-light';
	font-display: block;
	src: local(''),
		url('../webpack/fonts/gotham/Gotham-Light.otf') format('opentype'),
		url('../webpack/fonts/gotham/GothamLight.woff') format('woff');
}

@font-face {
	font-family: 'font-medium';
	font-display: block;
	src: local(''),
		url('../webpack/fonts/gotham/Gotham-Medium.otf') format('opentype'),
		url('../webpack/fonts/gotham/GothamMedium.woff') format('woff');
}

@font-face {
	font-family: 'font-book';
	font-display: block;
	src: local(''),
	url('../webpack/fonts/gotham/Gotham-Book.otf') format('opentype')
}

@font-face {
	font-family: 'font-bold';
	font-display: block;
	src: local(''),
		url('../webpack/fonts/gotham/Gotham-Bold.otf') format('opentype'),
		url('../webpack/fonts/gotham/Gotham-Bold.woff') format('woff');
}

@font-face {
	font-family: 'font-black';
	font-style: normal;
	font-weight: normal;
	font-display: block;
	src: local(''),
	url('../webpack/fonts/gotham/GothamNarrow-Black.otf') format('opentype')
}
