/**
 * CenturyGothicRegular is only here for backwards compatibility!
 * Please use "Century Gothic"
 */
@font-face {
	font-family: 'CenturyGothicRegular'; 
	src: url('Gothic.eot');
	src: local('Century Gothic Regular'), local('CenturyGothic'), url('Gothic.woff') format('woff'), url('Gothic.ttf') format('truetype');
}

@font-face {
  font-family: "Century Gothic";
  src: url("Gothic.eot");
  src: local("Century Gothic"),
    url("Gothic.woff") format("woff"),
    url("Gothic.ttf") format("truetype"),
    url("Gothic.svg#web") format("svg");
}

@font-face {
  font-family: "Century Gothic";
  src: url("Gothicb.eot");
  src: local("Century Gothic Bold"),
    url("Gothicb.woff") format("woff"),
    url("Gothicb.ttf") format("truetype"),
    url("Gothicb.svg#web") format("svg");
  font-weight: bold;
}