@font-face {
  font-family: 'chain-icon';
  src:  url('fonts/chain-icon.eot?3x867j');
  src:  url('fonts/chain-icon.eot?3x867j#iefix') format('embedded-opentype'),
    url('fonts/chain-icon.ttf?3x867j') format('truetype'),
    url('fonts/chain-icon.woff?3x867j') format('woff'),
    url('fonts/chain-icon.svg?3x867j#chain-icon') format('svg');
  font-weight: normal;
  font-style: normal;
}

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

.ic-down-arrow2:before {
  content: "\e900";
}
.ic-up-arrow2:before {
  content: "\e905";
}
.ic-document:before {
  content: "\e901";
}
.ic-info-round:before {
  content: "\e902";
}
.ic-list-heart:before {
  content: "\e903";
}
.ic-menu1:before {
  content: "\e904";
}
