@charset "utf-8";





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

}
.font-century-gothic{font-family: 'century-gothic', sans-serif;}


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

}
.font-century-gothic-bold{font-family: 'century-gothic-bold', sans-serif;}




