@font-face {
  font-family: 'coaicons';
  src:  url('fonts/coaicons.eot?szzy6p');
  src:  url('fonts/coaicons.eot?szzy6p#iefix') format('embedded-opentype'),
    url('fonts/coaicons.woff2?szzy6p') format('woff2'),
    url('fonts/coaicons.ttf?szzy6p') format('truetype'),
    url('fonts/coaicons.woff?szzy6p') format('woff'),
    url('fonts/coaicons.svg?szzy6p#coaicons') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="coaicon-"], [class*=" coaicon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'coaicons' !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;
}

.coaicon-date_range:before {
  content: "\e905";
}
.coaicon-approval:before {
  content: "\e900";
}
.coaicon-payments:before {
  content: "\e901";
}
.coaicon-handshake:before {
  content: "\e902";
}
.coaicon-report_problem:before {
  content: "\e903";
}
.coaicon-description:before {
  content: "\e904";
}
