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

[class^="cc-icon-"], [class*=" cc-icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'cc-icons' !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;
}

.cc-icon-em:before {
  content: "\e900";
}
.cc-icon-shop:before {
  content: "\e901";
}
.cc-icon-ltki:before {
  content: "\e902";
}
.cc-icon-comment:before {
  content: "\e903";
}
