@font-face {
  font-family: 'xplusafont';
  src:
    url('fonts/xplusafont.ttf?x6ceup') format('truetype'),
    url('fonts/xplusafont.woff?x6ceup') format('woff'),
    url('fonts/xplusafont.svg?x6ceup#xplusafont') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

.xa-icon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'xplusafont' !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;
}

.xa-laser-pointer:before {
  content: "\e901";
}
.xa-touch-reject:before {
  content: "\e900";
}
