/* Century Gothic Font Library */

@import url("/t/_fonts/CenturyGothic");

@font-face {
	font-family: 'CenturyGothicRegular';
	font-weight:500;
	src: url('CenturyGothicStd.otf') format("truetype");
}

@font-face {
	font-family: 'CenturyGothicItalic';
	font-weight:500;
	src: url('CenturyGothicStd-Italic.otf') format("truetype");
}

@font-face {
	font-family: 'CenturyGothicBold';
	font-weight:700;
	src: url('CenturyGothicStd-Bold.otf') format("truetype");
}

@font-face {
	font-family: 'CenturyGothicBoldItalic';
	font-weight:700;
	src: url('CenturyGothicStd-BoldItalic.otf') format("truetype");
}

h1, h2, h3, h4, h5, .button,  b, strong {
	font-family: 'CenturyGothicBold', 'sans-serif';
}

body, ul, ol, p, a, .footer-copyright {
	font-family: 'CenturyGothicRegular', 'sans-serif';
}
