@font-face {
  font-family: 'ccficons';
  src:  url('fonts/ccficons.eot?oghot6');
  src:  url('fonts/ccficons.eot?oghot6#iefix') format('embedded-opentype'),
    url('fonts/ccficons.ttf?oghot6') format('truetype'),
    url('fonts/ccficons.woff?oghot6') format('woff'),
    url('fonts/ccficons.svg?oghot6#ccficons') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="ccf-icon-"], [class*=" ccf-icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'ccficons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.ccf-icon-activity:before {
  content: "\e900";
}
.ccf-icon-arrow-down-circle:before {
  content: "\e901";
}
.ccf-icon-external-link:before {
  content: "\e902";
}
.ccf-icon-facebook:before {
  content: "\e906";
}
.ccf-icon-instagram:before {
  content: "\e907";
}
.ccf-icon-linkedin:before {
  content: "\e908";
}
.ccf-icon-settings:before {
  content: "\e903";
}
.ccf-icon-share:before {
  content: "\e904";
}
.ccf-icon-share-2:before {
  content: "\e905";
}
.ccf-icon-twitter:before {
  content: "\e909";
}
.ccf-icon-youtube:before {
  content: "\e90a";
}
