/* Fonts - Gotham */

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

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

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

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

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

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