@font-face {
  font-family: 'icomoon-fa';
  src:
    url('fonts/icomoon-fa.ttf?8b4mjh') format('truetype'),
    url('fonts/icomoon-fa.woff?8b4mjh') format('woff'),
    url('fonts/icomoon-fa.svg?8b4mjh#icomoon-fa') 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-fa' !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-check:before {
  content: "\f00c";
}
.icon-cog:before {
  content: "\f013";
}
.icon-arrow-up:before {
  content: "\f062";
}
.icon-arrow-down:before {
  content: "\f063";
}
.icon-plus:before {
  content: "\f067";
}
.icon-minus:before {
  content: "\f068";
}
.icon-eye:before {
  content: "\f06e";
}
.icon-eye-slash:before {
  content: "\f070";
}
.icon-chevron-up:before {
  content: "\f077";
}
.icon-chevron-down:before {
  content: "\f078";
}
.icon-folder:before {
  content: "\f07b";
}
.icon-folder-open:before {
  content: "\f07c";
}
.icon-github:before {
  content: "\f09b";
}
.icon-angle-up:before {
  content: "\f106";
}
.icon-angle-down:before {
  content: "\f107";
}
.icon-file:before {
  content: "\f15b";
}
.icon-trash:before {
  content: "\f1f8";
}
.icon-mouse-pointer:before {
  content: "\f245";
}
.icon-clone:before {
  content: "\f24d";
}
.icon-safari:before {
  content: "\f267";
}
.icon-chrome:before {
  content: "\f268";
}
.icon-firefox:before {
  content: "\f269";
}
.icon-opera:before {
  content: "\f26a";
}
.icon-internet-explorer:before {
  content: "\f26b";
}
.icon-edge:before {
  content: "\f282";
}
.icon-external-link-alt:before {
  content: "\f35d";
}
.icon-level-down-alt:before {
  content: "\f3be";
}
