@font-face {
  font-family: 'custom-icons';
  src: url('./custom-icons.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}

[class^="ci-"]:before, [class*=" ci-"]:before {
  font-family: "custom-icons";
  font-style: normal;
  font-weight: normal;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.ci-file-search:before { content: '\e800'; }
.ci-bookmark:before { content: '\e801'; }
.ci-rocket:before { content: '\e802'; }
.ci-balance-scale:before { content: '\e803'; }
.ci-comment-dots:before { content: '\e804'; }
.ci-search:before { content: '\e805'; }
.ci-lightbulb:before { content: '\e806'; }
.ci-warning:before { content: '\e807'; }
.ci-wrench:before { content: '\e808'; }
.ci-node-structure:before { content: '\e809'; }
.ci-laptop:before { content: '\e80a'; }
.ci-bar-chart:before { content: '\e80b'; }
.ci-smart-camera:before { content: '\e80c'; }
.ci-wrong-fill:before { content: '\e80d'; }
.ci-warning-fill:before { content: '\e80e'; }
.ci-tick-fill:before { content: '\e80f'; }
.ci-server:before { content: '\e810'; }
.ci-users:before { content: '\e811'; }
.ci-ungroup-elements:before { content: '\e812'; }
.ci-network-branch:before { content: '\e813'; }