/* Font Awesome 6 Subset — only the icons used on this site.
   @font-face declarations live in custom-overrides.css. */

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

.fas, .fa-solid { font-family: "Font Awesome 6 Free"; font-weight: 900; }
.far, .fa-regular { font-family: "Font Awesome 6 Free"; font-weight: 400; }
.fab, .fa-brands { font-family: "Font Awesome 6 Brands"; font-weight: 400; }

/* ---- Solid icons ---- */
.fa-arrow-right::before { content: "\f061"; }
.fa-bars::before { content: "\f0c9"; }
.fa-bolt::before { content: "\f0e7"; }
.fa-book::before { content: "\f02d"; }
.fa-calendar-alt::before,
.fa-calendar-days::before { content: "\f073"; }
.fa-check::before { content: "\f00c"; }
.fa-chevron-down::before { content: "\f078"; }
.fa-chevron-left::before { content: "\f053"; }
.fa-chevron-right::before { content: "\f054"; }
.fa-child::before { content: "\f1ae"; }
.fa-circle::before { content: "\f111"; }
.fa-clock::before { content: "\f017"; }
.fa-comments::before { content: "\f086"; }
.fa-dice::before { content: "\f522"; }
.fa-dove::before { content: "\f4ba"; }
.fa-envelope::before { content: "\f0e0"; }
.fa-feather::before { content: "\f52d"; }
.fa-feather-alt::before,
.fa-feather-pointed::before { content: "\f56b"; }
.fa-gamepad::before { content: "\f11b"; }
.fa-gift::before { content: "\f06b"; }
.fa-globe::before { content: "\f0ac"; }
.fa-globe-americas::before,
.fa-earth-americas::before { content: "\f57d"; }
.fa-heart::before { content: "\f004"; }
.fa-jedi::before { content: "\f669"; }
.fa-lightbulb::before { content: "\f0eb"; }
.fa-magnifying-glass::before,
.fa-search::before { content: "\f002"; }
.fa-map-marker-alt::before,
.fa-location-dot::before { content: "\f3c5"; }
.fa-masks-theater::before { content: "\f630"; }
.fa-microchip::before { content: "\f2db"; }
.fa-pen-fancy::before { content: "\f5ac"; }
.fa-pen-nib::before { content: "\f5ad"; }
.fa-phone-alt::before,
.fa-phone-flip::before { content: "\f879"; }
.fa-plus::before { content: "\f067"; }
.fa-pray::before,
.fa-person-praying::before { content: "\f683"; }
.fa-quote-left::before { content: "\f10d"; }
.fa-robot::before { content: "\f544"; }
.fa-rocket::before { content: "\f135"; }
.fa-scale-balanced::before { content: "\f24e"; }
.fa-seedling::before { content: "\f4d8"; }
.fa-shield-alt::before,
.fa-shield-halved::before { content: "\f3ed"; }
.fa-skull::before { content: "\f54c"; }
.fa-star::before { content: "\f005"; }
.fa-star-of-david::before { content: "\f69a"; }
.fa-times::before,
.fa-xmark::before { content: "\f00d"; }
.fa-user::before { content: "\f007"; }
.fa-users::before { content: "\f0c0"; }
.fa-user-secret::before { content: "\f21b"; }
.fa-water::before { content: "\f773"; }

/* ---- Brand icons ---- */
.fa-facebook::before { content: "\f09a"; }
.fa-goodreads::before { content: "\f3a8"; }
.fa-instagram::before { content: "\f16d"; }
.fa-twitter::before { content: "\f099"; }
