@font-face {
  font-family: 'cv-icons';
  src:  url('fonts/cv-icons.eot?t1qfci');
  src:  url('fonts/cv-icons.eot?t1qfci#iefix') format('embedded-opentype'),
    url('fonts/cv-icons.ttf?t1qfci') format('truetype'),
    url('fonts/cv-icons.woff?t1qfci') format('woff'),
    url('fonts/cv-icons.svg?t1qfci#cv-icons') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

.cvicon-item {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'cv-icons' !important;
  speak: never;
  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;
}

.cvicon-category:before {
  content: "\e908";
}
.cvicon-filter:before {
  content: "\e909";
}
.cvicon-banner:before {
  content: "\e90a";
}
.cvicon-carousel:before {
  content: "\e90b";
}
.cvicon-slider:before {
  content: "\e90c";
}
.cvicon-ticker:before {
  content: "\e90d";
}
.cvicon-block:before {
  content: "\e90e";
}
.cvicon-tiles:before {
  content: "\e90f";
}
.cvicon-timeline:before {
  content: "\e910";
}
.cvicon-options:before {
  content: "\e907";
}
.cvicon-grid:before {
  content: "\e900";
}
.cvicon-list:before {
  content: "\e901";
}
.cvicon-masonary:before {
  content: "\e902";
}
.cvicon-review:before {
  content: "\e903";
}
.cvicon-support:before {
  content: "\e904";
}
.cvicon-dashboard:before {
  content: "\e905";
}
.cvicon-blog:before {
  content: "\e906";
}
