@charset "UTF-8";

/*@font-face {
	font-family: 'Gotham';
	src:url('../webfonts/Gotham-Light_Web.woff2') format('woff2'),
		url('../webfonts/Gotham-Light_Web.woff') format('woff');
	font-weight: 300;
	font-style: normal;
}*/

@font-face {
	font-family: 'Gotham';
	src:url('../webfonts/Gotham-LightItalic_Web.woff2') format('woff2'),
		url('../webfonts/Gotham-LightItalic_Web.woff') format('woff');
	font-weight: 300;
	font-style: italic;
}

@font-face {
	font-family: 'Gotham';
	src:url('../webfonts/Gotham-Book_Web.woff2') format('woff2'),
		url('../webfonts/Gotham-Book_Web.woff') format('woff');
	font-weight: 300;
	font-style: normal;
}

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

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

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

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

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

