@font-face {
  font-family: 'acomm';
  src:
  url('./../fonts/acomm.ttf?bwfkeq') format('truetype'),
  url('./../fonts/acomm.woff?bwfkeq') format('woff'),
  url('./../fonts/acomm.svg?bwfkeq#acomm') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'acomm' !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;
}

.icon-close:before {
  content: "\e906";
}
.icon-stick:before {
  content: "\e905";
  color: #fff;
}
.icon-arrow:before {
  content: "\e904";
  color: #fff;
}
.icon-left:before {
  content: "\e900";
  color: #999;
}
.icon-right:before {
  content: "\e901";
  color: #999;
}
.icon-wb:before {
  content: "\e902";
}
.icon-wx:before {
  content: "\e903";
}
