@font-face {
  font-family: 'CI-Icons';
  src: url('../fonts/ci-icons/CI-Icons.eot?3qd5uj');
  src: url('../fonts/ci-icons/CI-Icons.eot?3qd5uj#iefix') format('embedded-opentype'),
    url('../fonts/ci-icons/CI-Icons.ttf?3qd5uj') format('truetype'),
    url('../fonts/ci-icons/CI-Icons.woff?3qd5uj') format('woff'),
    url('../fonts/ci-icons/CI-Icons.svg?3qd5uj#CI-Icons') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^='ci-icon-'],
[class*=' ci-icon-'] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'CI-Icons', sans-serif !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;
}

.ci-icon-comment:before {
  content: '\e912';
}
.ci-icon-diagonal-line:before {
  content: '\e90b';
}
.ci-icon-circle:before {
  content: '\e905';
}
.ci-icon-rectangle:before {
  content: '\e906';
}
.ci-icon-check:before {
  content: '\e909';
}
.ci-icon-annotate:before {
  content: '\e901';
}
.ci-icon-pencil-edit:before {
  content: '\e900';
}
.ci-icon-x:before {
  content: '\e911';
}
.ci-icon-arrow-left:before {
  content: '\e90f';
}
.ci-icon-arrow-right:before {
  content: '\e910';
}
.ci-icon-clock:before {
  content: '\e904';
}
.ci-icon-message-alert:before {
  content: '\e90c';
}
.ci-icon-pizza:before {
  content: '\e90d';
}
.ci-icon-trolley:before {
  content: '\e90e';
}
.ci-icon-download:before {
  content: '\e902';
}
.ci-icon-bin:before {
  content: '\e903';
}
.ci-icon-cursor:before {
  content: '\e907';
}
.ci-icon-marquee:before {
  content: '\e908';
}
.ci-icon-snapshot:before {
  content: '\e90a';
}
