@font-face {
  font-family: "Font Awesome 7 Free";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url("../webfonts/fa-solid-900.woff2") format("woff2");
}

@font-face {
  font-family: "Font Awesome 7 Brands";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("../webfonts/fa-brands-400.woff2") format("woff2");
}

.fa {
  display: inline-block;
  font-family: "Font Awesome 7 Free";
  font-style: normal;
  font-variant: normal;
  font-weight: 900;
  line-height: 1;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fa-2x {
  font-size: 2em;
}

.fa-angle-down:before { content: "\f107"; }
.fa-arrow-circle-o-right:before { content: "\f18e"; }
.fa-arrow-down:before { content: "\f063"; }
.fa-arrow-up:before { content: "\f062"; }
.fa-balance-scale:before { content: "\f24e"; }
.fa-bars:before { content: "\f0c9"; }
.fa-bolt:before { content: "\f0e7"; }
.fa-certificate:before { content: "\f0a3"; }
.fa-clock-o:before { content: "\f017"; }
.fa-close:before { content: "\f00d"; }
.fa-cogs:before { content: "\f085"; }
.fa-copy:before { content: "\f0c5"; }
.fa-envelope:before { content: "\f0e0"; }
.fa-file:before { content: "\f15b"; }
.fa-home:before { content: "\f015"; }
.fa-laptop:before { content: "\f109"; }
.fa-lock:before { content: "\f023"; }
.fa-pencil:before { content: "\f040"; }
.fa-power-off:before { content: "\f011"; }
.fa-qrcode:before { content: "\f029"; }
.fa-random:before { content: "\f074"; }
.fa-search:before { content: "\f002"; }
.fa-shield:before { content: "\f132"; }
.fa-sitemap:before { content: "\f0e8"; }
.fa-trash:before { content: "\f1f8"; }
.fa-user-times:before { content: "\f235"; }
.fa-window-close:before { content: "\f2d3"; }
.fa-wrench:before { content: "\f0ad"; }

.fa-bitcoin,
.fa-btc,
.fa-connectdevelop,
.fa-ethereum {
  font-family: "Font Awesome 7 Brands";
  font-weight: 400;
}

.fa-bitcoin:before,
.fa-btc:before { content: "\f15a"; }
.fa-connectdevelop:before { content: "\f20e"; }
.fa-ethereum:before { content: "\f42e"; }

.cc-currency-icon {
  min-width: 1em;
  text-align: center;
  vertical-align: -0.05em;
}
