@font-face {
    font-family: 'Century Gothic';
    src: url('../_fonts/centurygothic.woff2') format('woff2'),
        url('../_fonts/centurygothic.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Century Gothic';
    src: url('../_fonts/centurygothic-bold.woff2') format('woff2'),
        url('../_fonts/centurygothic-bold.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

