@font-face {
    font-family: 'Century Gothic';
    font-style: normal;
    font-weight: 400;
    src: url(/fonts/centurygothic.ttf) format('truetype');
}

@font-face {
    font-family: 'Century Gothic Bold';
    font-style: normal;
    font-weight: 700;
    src: url(/fonts/centurygothic_bold.ttf) format('truetype');
}