/* ==========================================================================
    #Fonts
========================================================================== */
@font-face {
    font-family: 'Century Gothic';
    src: url('fonts/CenturyGothic-webfont.eot');
    src: url('fonts/CenturyGothic-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/CenturyGothic-webfont.woff') format('woff'),
         url('fonts/CenturyGothic-webfont.ttf') format('truetype'),
         url('fonts/CenturyGothic-webfont.svg#centurygothicw01regular') format('svg');
    font-weight: 400;
    font-style: normal;
}

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