/* Font Awesome 6.5.1 — self-hosted subset (solid only) */
@font-face {
  font-family: "Font Awesome 6 Free";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url("/fonts/fa-solid-900.woff2") format("woff2");
}

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

/* Spin animation */
.fa-spin { animation: fa-spin 2s infinite linear; }
@keyframes fa-spin { 0% { transform: rotate(0deg); } 100% { transform: rotate(360deg); } }

/* Icon unicode mappings — only icons used in the site */
.fa-ban::before { content: "\f05e"; }
.fa-bars::before { content: "\f0c9"; }
.fa-bullhorn::before { content: "\f0a1"; }
.fa-calendar-alt::before, .fa-calendar-days::before { content: "\f073"; }
.fa-calendar-check::before { content: "\f274"; }
.fa-check::before { content: "\f00c"; }
.fa-check-circle::before, .fa-circle-check::before { content: "\f058"; }
.fa-clock::before { content: "\f017"; }
.fa-hand-holding-dollar::before { content: "\f4c0"; }
.fa-hands-clapping::before { content: "\e1a8"; }
.fa-hands-wash::before { content: "\e05e"; }
.fa-handshake::before { content: "\f2b5"; }
.fa-house::before { content: "\f015"; }
.fa-house-circle-check::before { content: "\e509"; }
.fa-house-crack::before { content: "\e510"; }
.fa-money-bill-transfer::before { content: "\e528"; }
.fa-money-bill-wave::before { content: "\f53a"; }
.fa-mug-hot::before { content: "\f7b6"; }
.fa-phone::before { content: "\f095"; }
.fa-shield-halved::before { content: "\f3ed"; }
.fa-spinner::before { content: "\f110"; }
.fa-truck-moving::before { content: "\f4df"; }
.fa-users::before { content: "\f0c0"; }
