@font-face {
  font-family: 'cv-icons';
  src:  url('fonts/cv-icons.eot?bfb70k');
  src:  url('fonts/cv-icons.eot?bfb70k#iefix') format('embedded-opentype'),
    url('fonts/cv-icons.ttf?bfb70k') format('truetype'),
    url('fonts/cv-icons.woff?bfb70k') format('woff'),
    url('fonts/cv-icons.svg?bfb70k#cv-icons') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

i {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'cv-icons';
  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;
}

.cvicon-review:before {
  content: "\e903";
}
.cvicon-support:before {
  content: "\e904";
}
.cvicon-dashboard:before {
  content: "\e905";
}
.cvicon-blog:before {
  content: "\e906";
}
.cvicon-grid:before {
  content: "\e900";
}
.cvicon-list:before {
  content: "\e901";
}
.cvicon-masonary:before {
  content: "\e902";
}
