@font-face {
  font-family: 'icomoon';
  src:  url('/images/fonts/icomoon.eot?4dppgm');
  src:  url('/images/fonts/icomoon.eot?4dppgm#iefix') format('embedded-opentype'),
    url('/images/fonts/icomoon.ttf?4dppgm') format('truetype'),
    url('/images/fonts/icomoon.woff?4dppgm') format('woff'),
    url('/images/fonts/icomoon.svg?4dppgm#icomoon') 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: 'icomoon' !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;
}

.icon-trash:before {
  content: "\e909";
}
.icon-add:before {
  content: "\e900";
}
.icon-confirm:before {
  content: "\e901";
}
.icon-download:before {
  content: "\e902";
}
.icon-edit:before {
  content: "\e903";
}

.icon-info:before {
  content: "\e904";
}
.icon-result:before {
  content: "\e905";
}
.icon-search:before {
  content: "\e906";
}
.icon-su:before {
  content: "\e907";
}
.icon-upload:before {
  content: "\e908";
}
