@font-face {
    font-family: 'Century Gothic';
    src: url('century-gothic.eot');
    src: url('century-gothic.eot?#iefix') format('embedded-opentype'),
         url('century-gothic.woff2') format('woff2'),
         url('century-gothic.woff') format('woff'),
         url('century-gothic.ttf') format('truetype'),
         url('century-gothic.svg#century-gothic') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Century Gothic Bold';
    src: url('CenturyGothicBold.eot');
    src: url('CenturyGothicBold.eot?#iefix') format('embedded-opentype'),
         url('CenturyGothicBold.woff2') format('woff2'),
         url('CenturyGothicBold.woff') format('woff'),
         url('CenturyGothicBold.ttf') format('truetype'),
         url('CenturyGothicBold.svg#CenturyGothicBold') format('svg');
    font-weight: bold;
    font-style: normal;
}