@font-face {
  font-family: 'icomoon';
  src:  url("/assets/fonts/icomoon-6eeab888.eot?4151h7");
  src:  url("/assets/fonts/icomoon-6eeab888.eot?4151h7#iefix") format('embedded-opentype'),
    url("/assets/fonts/icomoon-2fcd9538.ttf?4151h7") format('truetype'),
    url("/assets/fonts/icomoon-4e7274a9.woff?4151h7") format('woff'),
    url("/assets/fonts/icomoon-8cbe7416.svg?4151h7#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: 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-warning:before {
  content: "\e601";
}
.icon-box-add:before {
  content: "\e603";
}
.icon-box-remove:before {
  content: "\e604";
}
.icon-pencil:before {
  content: "\e605";
}
.icon-remove:before {
  content: "\e607";
}
.icon-spinner:before {
  content: "\e608";
}
.icon-plus:before {
  content: "\e609";
}
.icon-cog:before {
  content: "\e611";
}
.icon-exit:before {
  content: "\e60a";
}
.icon-lock:before {
  content: "\e60e";
}
.icon-undo:before {
  content: "\e60d";
}
