@font-face {
	font-family: 'Gotham';
	src: url(../../assets/fonts/Gotham-BookItalic.woff2) format('woff2'),
	url(../../assets/fonts/Gotham-BookItalic.woff) format('woff');
	font-weight: normal;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: 'Gotham';
	src: url(../../assets/fonts/Gotham-Black.woff2) format('woff2'),
	url(../../assets/fonts/Gotham-Black.woff) format('woff');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Gotham';
	src: url(../../assets/fonts/Gotham-Medium.woff2) format('woff2'),
	url(../../assets/fonts/Gotham-Medium.woff) format('woff');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Gotham';
	src: url(../../assets/fonts/Gotham-Bold.woff2) format('woff2'),
	url(../../assets/fonts/Gotham-Bold.woff) format('woff');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}