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

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

  display: inline-block;
  font-style: normal;
  vertical-align: -0.125em;
  text-align: center;
  text-transform: none;
  line-height: 0;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

.acme-icon-reader_mode:before {
  content: '\e900';
  color: #4b5874;
}
