@font-face { 
    font-family: "centurygothic";
    src: local("centurygothic"),
         url(../fonts/centurygothic.eot) format("eot"),
         url(../fonts/centurygothic.svg) format("svg"),
         url(../fonts/centurygothic.ttf) format("ttf"), 
         url(../fonts/centurygothic.woff) format("woff"), 
         url(../fonts/centurygothic.woff2) format("woff2");
}

@font-face { 
    font-family: "centurygothic_bold";
    src: local("centurygothic_bold"),
         url(../fonts/centurygothic_bold.eot) format("eot"),
         url(../fonts/centurygothic_bold.svg) format("svg"),
         url(../fonts/centurygothic_bold.ttf) format("ttf"), 
         url(../fonts/centurygothic_bold.woff) format("woff"), 
         url(../fonts/centurygothic_bold.woff2) format("woff2");
}


