@charset "UTF-8";
/* CSS Document */

@font-face {
	font-family: 'Gotham';
	src: url('fonts/Gotham-Medium.eot');
	src: url('fonts/Gotham-Medium.eot?#iefix') format('embedded-opentype'),
url('fonts/Gotham-Medium.woff') format('woff'),
url('fonts/Gotham-Medium.ttf') format('truetype');
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: 'Gotham';
	src: url('fonts/Gotham-Light.eot');
	src: url('fonts/Gotham-Light.eot?#iefix') format('embedded-opentype'),
url('fonts/Gotham-Light.woff') format('woff'),
url('fonts/Gotham-Light.ttf') format('truetype');
	font-weight: 200;
	font-style: normal;
}

@font-face {
    font-family: 'impact';
    src: url('fonts/impact.woff2') format('woff2'),
         url('fonts/impact.woff') format('woff');
	url('fonts/impact.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

