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

[class^="custom-"], [class*=" custom-"] {
  /* 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;
}

.custom-threads:before {
  content: "\e919";
}
.custom-x:before {
  content: "\e918";
}
.custom-chevron-circle-right:before {
  content: "\e916";
}
.custom-chevron-right:before {
  content: "\e917";
}
.custom-facebook:before {
  content: "\ea90";
}
