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

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

.abci-substack:before {
  content: "\e900";
}
.abci-bookbub:before {
  content: "\e901";
}
