@font-face {
  font-family: 'x-currency';
  src:  url('./x-currency.ttf?8vu03n') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="xc-icon-"], [class*=" xc-icon"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'x-currency' !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;
}

.xc-icon-logo:before {
  content: "\e900";
}
