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

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

.ic-testneo .path1:before {
  content: "\e900";
  color: rgb(35, 31, 32);
}
.ic-testneo .path2:before {
  content: "\e901";
  margin-left: -1em;
  color: rgb(0, 161, 75);
}
.ic-testneo .path3:before {
  content: "\e902";
  margin-left: -1em;
  color: rgb(0, 161, 75);
}

