@font-face {
  font-family: "Font Awesome 7 Free";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url("/assets/fontawesome/webfonts/fa-solid-900.woff2") format("woff2");
}

@font-face {
  font-family: "Font Awesome 7 Free";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("/assets/fontawesome/webfonts/fa-regular-400.woff2") format("woff2");
}

@font-face {
  font-family: "Font Awesome 7 Brands";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("/assets/fontawesome/webfonts/fa-brands-400.woff2") format("woff2");
}

.fa-solid,
.fa-regular,
.fa-brands {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
}

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

.fa-regular {
  font-family: "Font Awesome 7 Free";
  font-weight: 400;
}

.fa-brands {
  font-family: "Font Awesome 7 Brands";
  font-weight: 400;
}

.fa-solid::before,
.fa-regular::before,
.fa-brands::before {
  content: var(--fa);
}

.fa-arrow-right { --fa: "\f061"; }
.fa-arrow-up-right-from-square { --fa: "\f35d"; }
.fa-calendar-check { --fa: "\f274"; }
.fa-clock { --fa: "\f017"; }
.fa-envelope { --fa: "\f0e0"; }
.fa-google { --fa: "\f1a0"; }
.fa-list-check { --fa: "\f0ae"; }
.fa-location-dot { --fa: "\f3c5"; }
.fa-map-location-dot { --fa: "\f5a0"; }
.fa-newspaper { --fa: "\f1ea"; }
.fa-paper-plane { --fa: "\f1d8"; }
.fa-phone { --fa: "\f095"; }
.fa-star { --fa: "\f005"; }
.fa-table-cells-large { --fa: "\f009"; }
.fa-user-tie { --fa: "\f508"; }
