@font-face {
  font-family: 'carnovo-icons';
  src:
    url('fonts/carnovo-icons.ttf?86lujw') format('truetype'),
    url('fonts/carnovo-icons.woff?86lujw') format('woff'),
    url('fonts/carnovo-icons.svg?86lujw#carnovo-icons') format('svg');
  font-weight: normal;
  font-style: normal;
}

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

.cnv-icon-twitter:before {
  content: "\e900";
}
.cnv-icon-brand:before {
  content: "\e900";
}
.cnv-icon-tweet:before {
  content: "\e900";
}
.cnv-icon-social:before {
  content: "\e900";
}
.cnv-icon-facebook:before {
  content: "\e901";
}
.cnv-icon-brand2:before {
  content: "\e901";
}
.cnv-icon-social2:before {
  content: "\e901";
}
.cnv-icon-comment:before {
  content: "\e902";
}

