/**** New fonts Apply ****/
@font-face {
  font-family: 'CenturyGothic';
  src: url('CenturyGothic/regular/CenturyGothic.eot');
  src: url('CenturyGothic/regular/CenturyGothic.eot?#iefix') format('embedded-opentype'),
       url('CenturyGothic/regular/CenturyGothic.svg#CenturyGothic') format('svg'),
       url('CenturyGothic/regular/CenturyGothic.ttf') format('truetype'),
       url('CenturyGothic/regular/CenturyGothic.woff') format('woff'),
       url('CenturyGothic/regular/CenturyGothic.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'CenturyGothic-Bold';
  src: url('CenturyGothic/bold/CenturyGothic-Bold.eot');
  src: url('CenturyGothic/bold/CenturyGothic-Bold.eot?#iefix') format('embedded-opentype'),
       url('CenturyGothic/bold/CenturyGothic-Bold.svg#CenturyGothic-Bold') format('svg'),
       url('CenturyGothic/bold/CenturyGothic-Bold.ttf') format('truetype'),
       url('CenturyGothic/bold/CenturyGothic-Bold.woff') format('woff'),
       url('CenturyGothic/bold/CenturyGothic-Bold.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}