@charset "utf-8";
/* CSS Document to dynamically replace normal fonts with fancy ones */

@font-face {
    font-family: 'CenturyGothicRegular';
    src: url('gothic-webfont.eot');
    src: url('gothic-webfont.eot?#iefix') format('eot'),
         url('gothic-webfont.woff') format('woff'),
         url('gothic-webfont.ttf') format('truetype'),
         url('gothic-webfont.svg#webfontf0nAg180') format('svg');
    font-weight: normal;
    font-style: normal;
}