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

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