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

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

.icon-plus:before {
  content: "\e903";
}
.icon-edit:before {
  content: "\e906";
}
.icon-check:before {
  content: "\e900";
}
.icon-circle:before {
  content: "\e901";
}
.icon-dislike:before {
  content: "\e902";
  color: #757575;
}
.icon-like:before {
  content: "\e904";
  color: #757575;
}
.icon-phone:before {
  content: "\e905";
}
.icon-refresh:before {
  content: "\e907";
  color: #50c8ef;
}
.icon-search:before {
  content: "\e908";
}
.icon-trash:before {
  content: "\e909";
}
