@font-face {
  font-family: 'FontAwesome';
  src: url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/webfonts/fa-solid-900.woff2') format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

.fas {
  font-family: 'FontAwesome';
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-weight: 900;
}

/* Only include used icons */
.fa-percentage:before { content: "\f541"; }
.fa-clock:before { content: "\f017"; }
.fa-shield-alt:before { content: "\f3ed"; }
.fa-quote-left:before { content: "\f10d"; }
.fa-user-check:before { content: "\f4fc"; }
.fa-map-marked-alt:before { content: "\f5a0"; }
.fa-chart-line:before { content: "\f201"; }
.fa-tools:before { content: "\f7d9"; }
.fa-handshake:before { content: "\f2b5"; }
.fa-clipboard-check:before { content: "\f46c"; }
.fa-search:before { content: "\f002"; }
.fa-users:before { content: "\f0c0"; }
.fa-check-circle:before { content: "\f058"; }
.fa-store:before { content: "\f54e"; }
.fa-smile:before { content: "\f118"; }
.fa-chart-bar:before { content: "\f080"; }
