/*!
 * Minimal Font Awesome Solid Icons
 * Only includes icons used in the provided HTML
 */
@font-face {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url("fa-solid-900.woff2") format("woff2");
}

.fas {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

.fa-award:before { content: "\f559"; }
.fa-brain:before { content: "\f5dc"; }
.fa-calendar-check:before { content: "\f274"; }
.fa-certificate:before { content: "\f0a3"; }
.fa-chart-line:before { content: "\f201"; }
.fa-check-circle:before { content: "\f058"; }
.fa-comments:before { content: "\f086"; }
.fa-envelope:before { content: "\f0e0"; }
.fa-exclamation-circle:before { content: "\f06a"; }
.fa-exclamation-triangle:before { content: "\f071"; }
.fa-eye:before { content: "\f06e"; }
.fa-graduation-cap:before { content: "\f19d"; }
.fa-hand-rock:before { content: "\f255"; }
.fa-map-marker-alt:before { content: "\f3c5"; }
.fa-meditation:before { content: "\f641"; }
.fa-paper-plane:before { content: "\f1d8"; }
.fa-rocket:before { content: "\f135"; }
.fa-times:before { content: "\f00d"; }
.fa-trophy:before { content: "\f091"; }
.fa-user:before { content: "\f007"; }
.fa-users:before { content: "\f0c0"; }
