@font-face {
  font-family: 'icomoon';
  src:
    url('https://d1azc1qln24ryf.cloudfront.net/91859/raygun--docs/icomoon.woff2?vsrzfq') format('woff2'),
    url('https://d1azc1qln24ryf.cloudfront.net/91859/raygun--docs/icomoon.ttf?vsrzfq') format('truetype'),
    url('https://d1azc1qln24ryf.cloudfront.net/91859/raygun--docs/icomoon.woff?vsrzfq') format('woff'),
    url('https://d1azc1qln24ryf.cloudfront.net/91859/raygun--docs/icomoon.svg?vsrzfq#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

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

.raygun-icon-checkbox-checked:before {
  content: "\e909";
}
.raygun-icon-checkbox-unchecked:before {
  content: "\e90a";
}
.raygun-icon-box-add:before {
  content: "\e90b";
}
.raygun-icon-box-cross:before {
  content: "\e90c";
}
.raygun-icon-github:before {
  content: "\e902";
}
.raygun-icon-note:before {
  content: "\e900";
}
.raygun-icon-light:before {
  content: "\e901";
}
.raygun-icon-link:before {
  content: "\e90d";
}
.raygun-icon-hamburger:before {
  content: "\e908";
}
.raygun-icon-switch-theme:before {
  content: "\e906";
}
.raygun-icon-copy:before {
  content: "\e907";
}
.raygun-icon-arrow-right:before {
  content: "\e903";
}
.raygun-icon-chevron-down:before {
  content: "\e904";
}
.raygun-icon-search:before {
  content: "\e905";
}
