/* Custom Font Awesome Icons CSS */
@font-face {
  font-family: 'FontAwesome';
  src: url('../webfonts/fa-solid-900.woff2') format('woff2'),
       url('../webfonts/fa-solid-900.ttf') format('truetype');
  font-weight: 900;
}

/* Common icon styles */
.fas, .fa, .far, .fab {
  font-family: 'FontAwesome';
  font-weight: 900;
  font-style: normal;
  display: inline-block;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Essential icons */
.fa-bars:before { content: "\f0c9"; }
.fa-times:before { content: "\f00d"; }
.fa-shopping-cart:before { content: "\f07a"; }
.fa-user-shield:before { content: "\f505"; }
.fa-lock:before { content: "\f023"; }
.fa-unlock:before { content: "\f09c"; }
.fa-check:before { content: "\f00c"; }
.fa-arrow-right:before { content: "\f061"; }
.fa-arrow-left:before { content: "\f060"; }
.fa-chevron-right:before { content: "\f054"; }
.fa-chevron-left:before { content: "\f053"; }
.fa-chevron-up:before { content: "\f077"; }
.fa-chevron-down:before { content: "\f078"; }
.fa-angle-right:before { content: "\f105"; }
.fa-angle-left:before { content: "\f104"; }
.fa-angle-up:before { content: "\f106"; }
.fa-angle-down:before { content: "\f107"; }
.fa-twitter:before { content: "\f099"; }
.fa-facebook:before { content: "\f09a"; }
.fa-instagram:before { content: "\f16d"; }
.fa-github:before { content: "\f09b"; }
.fa-discord:before { content: "\f392"; }
.fa-patreon:before { content: "\f3d9"; }
.fa-terminal:before { content: "\f120"; }
.fa-flask:before { content: "\f0c3"; }
.fa-leaf:before { content: "\f06c"; }
.fa-globe:before { content: "\f0ac"; }
.fa-book:before { content: "\f02d"; }
.fa-envelope:before { content: "\f0e0"; }
.fa-search:before { content: "\f002"; }
.fa-home:before { content: "\f015"; }
.fa-user:before { content: "\f007"; }
.fa-cog:before { content: "\f013"; }
.fa-info-circle:before { content: "\f05a"; }
.fa-exclamation-triangle:before { content: "\f071"; }