@font-face {
  font-family: "Font Awesome 6 Free";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src:
    url("../webfonts/fa-solid-900.6c4eee562650.woff2") format("woff2"),
    url("../webfonts/fa-solid-900.25914cfeafce.ttf") format("truetype");
}

@font-face {
  font-family: "Font Awesome 6 Brands";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src:
    url("../webfonts/fa-brands-400.b6356c957274.woff2") format("woff2"),
    url("../webfonts/fa-brands-400.1931427c2371.ttf") format("truetype");
}

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

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

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

.fa-eye::before {
  content: "\f06e";
}

.fa-google::before {
  content: "\f1a0";
}

.fa-apple::before {
  content: "\f179";
}

.fa-microsoft::before {
  content: "\f3ca";
}

.fa-github::before {
  content: "\f09b";
}

.fa-dribbble::before {
  content: "\f17d";
}

.fa-behance::before {
  content: "\f1b4";
}

.fa-chevron-left::before {
  content: "\f053";
}

.fa-chevron-right::before {
  content: "\f054";
}

.fa-user::before {
  content: "\f007";
}

.fa-graduation-cap::before {
  content: "\f19d";
}

.fa-star::before {
  content: "\f005";
}

.fa-lightbulb::before {
  content: "\f0eb";
}

.fa-people-arrows::before {
  content: "\e068";
}

.fa-check::before {
  content: "\f00c";
}

.fa-circle-check::before {
  content: "\f058";
}

.fa-pen::before {
  content: "\f304";
}

.fa-plus::before {
  content: "\f067";
}

.fa-trash::before {
  content: "\f1f8";
}

.fa-arrow-right::before {
  content: "\f061";
}

.fa-hourglass-half::before {
  content: "\f252";
}
