@font-face {
  font-family: 'ico-check';
  src:  url('fonts/ico-check.eot?8rw8vq');
  src:  url('fonts/ico-check.eot?8rw8vq#iefix') format('embedded-opentype'),
    url('fonts/ico-check.ttf?8rw8vq') format('truetype'),
    url('fonts/ico-check.woff?8rw8vq') format('woff'),
    url('fonts/ico-check.svg?8rw8vq#ico-check') 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: 'ico-check' !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;
}

.bbs-checkmark:before {
  content: "\e901";
}
.bbs-check-alt:before {
  content: "\e902";
}
.bbs-checkmark1:before {
  content: "\e903";
}
