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

@font-face {
	font-family:'Century Gothic';
	src:url('Fonts/CenturyGothic.eot');
	src:local('Century Gothic'), local('CenturyGothic'),
		url('Fonts/CenturyGothic.eot?#iefix') format('embedded-opentype'),
		/* url('Fonts/CenturyGothic.woff2') format('woff2'), */
		url('Fonts/CenturyGothic.woff') format('woff'),
		url('Fonts/CenturyGothic.ttf') format('truetype'),
		url('Fonts/CenturyGothic.svg#CenturyGothic') format('svg');
	font-weight:normal;
	font-style:normal;
	font-display:fallback;
}

@font-face {
	font-family:'Century Gothic';
	src:url('Fonts/CenturyGothic-Bold.eot');
	src:local('Century Gothic Bold'), local('CenturyGothic-Bold'),
		url('Fonts/CenturyGothic-Bold.eot?#iefix') format('embedded-opentype'),
		/* url('Fonts/CenturyGothic-Bold.woff2') format('woff2'), */
		url('Fonts/CenturyGothic-Bold.woff') format('woff'),
		url('Fonts/CenturyGothic-Bold.ttf') format('truetype'),
		url('Fonts/CenturyGothic-Bold.svg#CenturyGothic-Bold') format('svg');
	font-weight:bold;
	font-style:normal;
	font-display:fallback;
}