@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-wrong:before { content: '\e800'; } /* '' */
.ci-warning:before { content: '\e801'; } /* '' */
.ci-tick:before { content: '\e802'; } /* '' */
.ci-node-structure:before { content: '\e803'; } /* '' */
.ci-laptop:before { content: '\e804'; } /* '' */
.ci-smart-camera:before { content: '\e805'; } /* '' */
.ci-bar-chart:before { content: '\e806'; } /* '' */
.ci-search:before { content: '\e807'; } /* '' */
.ci-server:before { content: '\e808'; } /* '' */
.ci-users:before { content: '\e809'; } /* '' */
.ci-ungroup-elements:before { content: '\e80a'; } /* '' */
.ci-network-branch:before { content: '\e80b'; } /* '' */