@font-face {
  font-family: "Font Awesome 6 Pro";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url("/fonts/awe/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("/fonts/awe/webfonts/fa-brands-400.woff2") format("woff2");
}

.fa-solid,
.fas,
.fa {
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
}

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

.fa-duotone {
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
}

.fa-duotone:after {
  content: none !important;
}

.fa,
.fa-solid,
.fas,
.fa-brands,
.fab,
.fa-duotone {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}

.fa-fw {
  text-align: center;
  width: 1.25em;
}

.fa-phone-rotary:before { content: "\f8d3"; }
.fa-code:before { content: "\f121"; }
.fa-hand-holding-magic:before { content: "\f6e5"; }
.fa-chart-user:before { content: "\f6a3"; }
.fa-life-ring:before { content: "\f1cd"; }
.fa-print:before { content: "\f02f"; }
.fa-badge-percent:before { content: "\f646"; }
.fa-cloud-bolt:before { content: "\f76c"; }
.fa-facebook:before,
.fa-facebook-f:before { content: "\f39e"; }
.fa-wordpress:before { content: "\f19a"; }
.fa-linkedin:before,
.fa-linkedin-in:before { content: "\f0e1"; }
.fa-house:before,
.fa-home:before { content: "\f015"; }
.fa-phone:before { content: "\f095"; }
.fa-envelope:before,
.fa-envelope-o:before { content: "\f0e0"; }
