@font-face {
  font-family: "Font Awesome 6 Free";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url("/webfonts/fa-solid-900.woff2") format("woff2");
  font-display: swap;
}


.fas {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: 'Font Awesome 6 Brands';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/webfonts/fa-brands-400.woff2') format('woff2');
}

.fab {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
  font-style: normal;
}

/* Icons used */
.fa-bars::before { content: "\f0c9"; }
.fa-times::before { content: "\f00d"; }
.fa-search::before { content: "\f002"; }
.fa-shield-alt::before { content: "\f3ed"; }
.fa-bolt::before { content: "\f0e7"; }
.fa-lock::before { content: "\f023"; }
.fa-expand-alt::before { content: "\f424"; }
.fa-compress-alt::before { content: "\f422"; }
.fa-exchange-alt::before { content: "\f362"; }
.fa-crop::before { content: "\f125"; }
.fa-id-badge::before { content: "\f2c1"; }
.fa-sliders-h::before { content: "\f1de"; }
.fa-star::before { content: "\f005"; }
.fa-star-half-alt::before { content: "\f5c0"; }

.fas.fa-cog::before,
.fas.fa-gear::before {
  content: "\f013";
}

.fab.fa-facebook-f::before {
  content: "\f39e"; /* fa-facebook-f */
}

.fab.fa-twitter::before {
  content: "\f099"; /* fa-twitter */
}

.fab.fa-instagram::before {
  content: "\f16d"; /* fa-instagram */
}

.fab.fa-pinterest-p::before {
  content: "\f231"; /* fa-pinterest-p */
}


