@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url("fa-solid-900.eot");
  src: url("fa-solid-900.eot?#iefix") format("embedded-opentype"),
       url("fa-solid-900.woff2") format("woff2"),
       url("fa-solid-900.woff") format("woff"),
       url("fa-solid-900.ttf") format("truetype"),
       url("fa-solid-900.svg#fontawesome") format("svg");
}

.fas {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}

.fa-location-dot:before { content: "\f3c5"; }
.fa-phone:before { content: "\f095"; }
.fa-envelope:before { content: "\f0e0"; }
.fa-check:before { content: "\f00c"; }
.fa-exclamation-triangle:before { content: "\f071"; }
.fa-clock:before { content: "\f017"; }
.fa-users:before { content: "\f0c0"; }
.fa-home:before { content: "\f015"; }
.fa-star:before { content: "\f005"; }
.fa-map-marker-alt:before { content: "\f3c5"; }
.fa-phone-volume:before { content: "\f095"; }
.fa-envelope-open:before { content: "\f2b6"; }
