@font-face {
  font-family: 'wallet';
  src:
    url('fonts/wallet.ttf?odn1fg') format('truetype'),
    url('fonts/wallet.woff?odn1fg') format('woff'),
    url('fonts/wallet.svg?odn1fg#wallet') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="wllticon-"], [class*=" wllticon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'wallet' !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;
}

.wllticon-usdt:before {
  content: "\e902";
}
.wllticon-tether:before {
  content: "\e901";
}
.wllticon-download:before {
  content: "\e907";
}
.wllticon-home:before {
  content: "\e906";
}
.wllticon-dl:before {
  content: "\e905";
}
.wllticon-buy:before {
  content: "\e903";
}
.wllticon-sell:before {
  content: "\e904";
}
.wllticon-time_deposit:before {
  content: "\e900";
}
