@font-face {
    font-family: 'MyriadProRegular';
    src: url('/fonts/myriadpe-webfont.eot');
    src: url('/fonts/myriadpe-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/myriadpe-webfont.woff') format('woff'),
         url('/fonts/myriadpe-webfont.ttf') format('truetype'),
         url('/fonts/myriadpe-webfont.svg#MyriadProRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
	font-family: 'CenturyGothic';
	src: url('/fonts/gothic.eot');
	src: url('/fonts/gothic.eot?#iefix') format('embedded-opentype'),
		 url('/fonts/gothic.woff') format('woff'),
		 url('/fonts/gothic.ttf') format('truetype'),
		 url('/fonts/gothic.svg#gothic') format('svg');
	font-weight: normal;
	font-style: normal;
}