@font-face {
  font-family: 'WEWELL Icons';
  src: url('fonts/wewell-icons.woff2') format('woff2'),
       url('fonts/wewell-icons.woff') format('woff'),
       url('fonts/wewell-icons.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="wewell-"], [class*=" wewell-"] {
  font-family: 'WEWELL Icons' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.wewell-cart:before { content: "\e900"; }
.wewell-account:before { content: "\e901"; }
.wewell-search:before { content: "\e902"; }
