@font-face {
    font-family: 'CenturyGothic';
    src: url('../fonts/century-gothic-webfont.woff2') format('woff2'),
         url('../fonts/century-gothic-webfont.woff') format('woff'),
         url('../fonts/century-gothic-webfont.ttf') format('truetype'),
         url('../fonts/century-gothic-webfont.svg#century_gothicbook') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'CenturyGothic';
    src: url('../fonts/century-gothic-italic-webfont.woff2') format('woff2'),
         url('../fonts/century-gothic-italic-webfont.woff') format('woff'),
         url('../fonts/century-gothic-italic-webfont.ttf') format('truetype'),
         url('../fonts/century-gothic-italic-webfont.svg#century_gothicitalic') format('svg');
    font-weight: normal;
    font-style: italic;

}

@font-face {
    font-family: 'CenturyGothic';
    src: url('../fonts/century-gothic-bold-webfont.woff2') format('woff2'),
         url('../fonts/century-gothic-bold-webfont.woff') format('woff'),
         url('../fonts/century-gothic-bold-webfont.ttf') format('truetype'),
         url('../fonts/century-gothic-bold-webfont.svg#century_gothicbold') format('svg');
    font-weight: bold;
    font-style: normal;

}

@font-face {
    font-family: 'CenturyGothic';
    src: url('../fonts/century-gothic-bold-italic-webfont.woff2') format('woff2'),
         url('../fonts/century-gothic-bold-italic-webfont.woff') format('woff'),
         url('../fonts/century-gothic-bold-italic-webfont.ttf') format('truetype'),
         url('../fonts/century-gothic-bold-italic-webfont.svg#century_gothicbolditalic') format('svg');
    font-weight: bold;
    font-style: italic;

}