/* Font Awesome 6.4.0 — self-hosted subset (42 icons)
 * If a new icon is needed, add its .fa-{name}::before rule below.
 * Unicode values: https://fontawesome.com/v6/icons
 */

/* --- @font-face declarations --- */
@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");
}

@font-face {
  font-family: "Font Awesome 6 Free";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/fonts/fa-regular-400.woff2") format("woff2");
}

@font-face {
  font-family: "Font Awesome 6 Brands";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/fonts/fa-brands-400.woff2") format("woff2");
}

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

.fa, .fas {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
}

.far {
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
}

.fab {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

/* --- Sizing utilities --- */
.fa-lg { font-size: 1.33333em; line-height: .75em; vertical-align: -.0667em; }
.fa-xs { font-size: .75em; }
.fa-sm { font-size: .875em; }
.fa-1x { font-size: 1em; }
.fa-2x { font-size: 2em; }
.fa-3x { font-size: 3em; }
.fa-4x { font-size: 4em; }
.fa-5x { font-size: 5em; }
.fa-fw { text-align: center; width: 1.25em; }

/* --- Solid icons (fas) — 38 icons --- */
.fa-arrow-down::before { content: "\f063"; }
.fa-arrow-left::before { content: "\f060"; }
.fa-arrow-right::before { content: "\f061"; }
.fa-bars::before { content: "\f0c9"; }
.fa-book::before { content: "\f02d"; }
.fa-book-open::before { content: "\f518"; }
.fa-book-reader::before { content: "\f5da"; }
.fa-building::before { content: "\f1ad"; }
.fa-bus::before { content: "\f207"; }
.fa-chalkboard-teacher::before { content: "\f51c"; }
.fa-chart-bar::before { content: "\f080"; }
.fa-chart-line::before { content: "\f201"; }
.fa-chart-pie::before { content: "\f200"; }
.fa-check::before { content: "\f00c"; }
.fa-check-circle::before { content: "\f058"; }
.fa-chevron-right::before { content: "\f054"; }
.fa-child::before { content: "\f1ae"; }
.fa-clock::before { content: "\f017"; }
.fa-envelope::before { content: "\f0e0"; }
.fa-external-link-alt::before { content: "\f35d"; }
.fa-gift::before { content: "\f06b"; }
.fa-globe::before { content: "\f0ac"; }
.fa-graduation-cap::before { content: "\f19d"; }
.fa-hand-holding-heart::before { content: "\f4be"; }
.fa-hands-helping::before { content: "\f4c4"; }
.fa-heart::before { content: "\f004"; }
.fa-home::before { content: "\f015"; }
.fa-map-marker-alt::before { content: "\f3c5"; }
.fa-paper-plane::before { content: "\f1d8"; }
.fa-phone::before { content: "\f095"; }
.fa-project-diagram::before { content: "\f542"; }
.fa-puzzle-piece::before { content: "\f12e"; }
.fa-receipt::before { content: "\f543"; }
.fa-seedling::before { content: "\f4d8"; }
.fa-shield-alt::before { content: "\f3ed"; }
.fa-tools::before { content: "\f7d9"; }
.fa-user::before { content: "\f007"; }
.fa-users::before { content: "\f0c0"; }
.fa-utensils::before { content: "\f2e7"; }

/* --- Regular icons (far) — 2 icons --- */
.fa-calendar-check::before { content: "\f274"; }
.fa-newspaper::before { content: "\f1ea"; }

/* --- Brand icons (fab) — 1 icon --- */
.fa-whatsapp::before { content: "\f232"; }
