/* CUSTOM FONTS */
/*
For other fonts, download Font-Face Kits at http://www.fontsquirrel.com/fontface/
*/
@font-face {
	font-family: 'Century Gothic';
	src: url('../fonts/CenturyGothic/CenturyGothic.eot?') format('eot'),
	     url('../fonts/CenturyGothic/CenturyGothic.svg') format('svg'),
	     url('../fonts/CenturyGothic/CenturyGothic.woff') format('woff'),
	     url('../fonts/CenturyGothic/CenturyGothic.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

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

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