@font-face {
  font-family: "Font Awesome 6 Free";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url("fa-solid-900.woff2") format("woff2"),
       url("fa-solid-900.woff") format("woff"),
       url("fa-solid-900.ttf") format("truetype");
}

.fas,
.fa-solid {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
}

.fa-laptop:before { content: "\f109"; }
.fa-tasks:before { content: "\f0ae"; }
.fa-certificate:before { content: "\f0a3"; }
.fa-users:before { content: "\f0c0"; }
.fa-user-tie:before { content: "\f508"; }
.fa-building:before { content: "\f1ad"; }
.fa-landmark:before { content: "\f66f"; }
.fa-briefcase:before { content: "\f0b1"; }
.fa-graduation-cap:before { content: "\f19d"; }
.fa-handshake:before { content: "\f2b5"; }
.fa-check:before { content: "\f00c"; }
.fa-chevron-down:before { content: "\f078"; }
.fa-chevron-left:before { content: "\f053"; }
.fa-chevron-right:before { content: "\f054"; }
.fa-envelope:before { content: "\f0e0"; }
.fa-phone:before { content: "\f095"; }
.fa-map-marker-alt:before { content: "\f3c5"; }
.fa-medal:before { content: "\f5a2"; }
.fa-university:before { content: "\f19c"; }
.fa-globe:before { content: "\f0ac"; }
