/* ------------------------------------------------------------ *\
	Fonts
\* ------------------------------------------------------------ */

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

}

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

}
