
@font-face {
    font-family: 'Century Gothic';
    src: url('font/CenturyGothic.eot');
    src: url('font/CenturyGothic.eot?#iefix') format('embedded-opentype'),
        url('font/CenturyGothic.woff2') format('woff2'),
        url('font/CenturyGothic.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

body {
  font-family: 'Century Gothic' !important;
}
.template-page .entry-content-wrapper h1, .template-page .entry-content-wrapper h2, .widgettitle {
    text-transform: none;
}