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

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

.icon-threads:before {
  content: "\e900";
}
