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

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

.ha-toc-icon-list:before {
  content: "\f03a";
}
.ha-toc-icon-arrow-circle-left:before {
  content: "\f0a8";
}
.ha-toc-icon-arrow-circle-right:before {
  content: "\f0a9";
}
.ha-toc-icon-list-ul:before {
  content: "\f0ca";
}
.ha-toc-icon-arrow-circle-o-right:before {
  content: "\f18e";
}
.ha-toc-icon-arrow-circle-o-left:before {
  content: "\f190";
}
