@font-face {
    font-family: "Century Gothic";
    src:
        local("Century Gothic"),
        url("/static/fonts/centurygothic.ttf") format("truetype");
}

@font-face {
    font-family: "Century Gothic Bold";
    src:
        local("Century Gothic"),
        url("/static/fonts/centurygothic_bold.ttf") format("truetype");
}


