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

.bbs-Icon-5:before {
  content: "\e900";
}
.bbs-Icon-6:before {
  content: "\e901";
}
.bbs-Icon-1:before {
  content: "\e902";
}
.bbs-Icon-2:before {
  content: "\e903";
}
.bbs-Icon-3:before {
  content: "\e904";
}
.bbs-Icon-4:before {
  content: "\e905";
}
