/* Minimal Font Awesome icons used in index.html */
/* This file contains only the icons actually used to reduce CSS bloat */

@font-face {
  font-family: "Font Awesome 6 Free";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta3/webfonts/fa-solid-900.woff2") format("woff2");
}

@font-face {
  font-family: "Font Awesome 6 Brands";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta3/webfonts/fa-brands-400.woff2") format("woff2");
}

.fa, .fas, .fab {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fab {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

/* Solid icons */
.fa-home:before { content: "\f015"; }
.fa-wallet:before { content: "\f555"; }
.fa-coins:before { content: "\f51e"; }
.fa-search:before { content: "\f002"; }
.fa-info-circle:before { content: "\f05a"; }
.fa-road:before { content: "\f018"; }
.fa-bars:before { content: "\f0c9"; }
.fa-book:before { content: "\f02d"; }
.fa-shield-alt:before { content: "\f3ed"; }
.fa-bolt:before { content: "\f0e7"; }
.fa-lock:before { content: "\f023"; }
.fa-code:before { content: "\f121"; }
.fa-arrow-right:before { content: "\f061"; }
.fa-paper-plane:before { content: "\f1d8"; }
.fa-envelope:before { content: "\f0e0"; }
.fa-hammer:before { content: "\f6e3"; }

/* Brand icons */
.fa-twitter:before { content: "\f099"; }
.fa-github:before { content: "\f09b"; }
.fa-discord:before { content: "\f392"; }
.fa-telegram:before { content: "\f2c6"; }
.fa-reddit:before { content: "\f1a1"; }
.fa-medium:before { content: "\f23a"; }
