/*!
 * Font Awesome Optimized - Custom subset
 * Contains only icons used in the site for better performance
 */

@font-face {
  font-family: 'Font Awesome 6 Free';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/webfonts/fa-solid-900.woff2') format('woff2');
}

.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;
  text-rendering: auto;
  line-height: 1;
}

/* Critical icons for immediate rendering */
.fa-spinner::before { content: "\f110"; }
.fa-check::before { content: "\f00c"; }
.fa-times::before { content: "\f00d"; }
.fa-calendar-alt::before { content: "\f073"; }
.fa-heart::before { content: "\f004"; }
.fa-chevron-left::before { content: "\f053"; }
.fa-chevron-right::before { content: "\f054"; }
.fa-arrow-left::before { content: "\f060"; }
.fa-arrow-right::before { content: "\f061"; }

/* Additional icons loaded with lower priority */
.fa-apple-alt::before { content: "\f5d1"; }
.fa-arrow-down::before { content: "\f063"; }
.fa-arrow-up::before { content: "\f062"; }
.fa-atom::before { content: "\f5d2"; }
.fa-balance-scale::before { content: "\f24e"; }
.fa-ban::before { content: "\f05e"; }
.fa-bars::before { content: "\f0c9"; }
.fa-bed::before { content: "\f236"; }
.fa-bolt::before { content: "\f0e7"; }
.fa-bowl-food::before { content: "\e4c6"; }
.fa-brain::before { content: "\f5dc"; }
.fa-bread-slice::before { content: "\f7ec"; }
.fa-calculator::before { content: "\f1ec"; }
.fa-calendar::before { content: "\f133"; }
.fa-calendar-check::before { content: "\f274"; }
.fa-calendar-times::before { content: "\f273"; }
.fa-capsules::before { content: "\f46b"; }
.fa-chart-bar::before { content: "\f080"; }
.fa-chart-line::before { content: "\f201"; }
.fa-chart-pie::before { content: "\f200"; }
.fa-check-circle::before { content: "\f058"; }
.fa-chevron-down::before { content: "\f078"; }
.fa-circle::before { content: "\f111"; }
.fa-clock::before { content: "\f017"; }
.fa-code::before { content: "\f121"; }
.fa-comments::before { content: "\f086"; }
.fa-cookie-bite::before { content: "\f564"; }
.fa-copyright::before { content: "\f1f9"; }
.fa-credit-card::before { content: "\f09d"; }
.fa-database::before { content: "\f1c0"; }
.fa-download::before { content: "\f019"; }
.fa-drumstick-bite::before { content: "\f6d7"; }
.fa-dumbbell::before { content: "\f44b"; }
.fa-edit::before { content: "\f044"; }
.fa-envelope::before { content: "\f0e0"; }
.fa-exclamation::before { content: "\f12a"; }
.fa-exclamation-triangle::before { content: "\f071"; }
.fa-eye::before { content: "\f06e"; }
.fa-fire::before { content: "\f06d"; }
.fa-futbol::before { content: "\f1e3"; }
.fa-gavel::before { content: "\f0e3"; }
.fa-gem::before { content: "\f3a5"; }
.fa-graduation-cap::before { content: "\f19d"; }
.fa-hand-fist::before { content: "\f6de"; }
.fa-hand-paper::before { content: "\f256"; }
.fa-hand-peace::before { content: "\f25b"; }
.fa-handshake::before { content: "\f2b5"; }
.fa-heartbeat::before { content: "\f21e"; }
.fa-info-circle::before { content: "\f05a"; }
.fa-leaf::before { content: "\f06c"; }
.fa-lightbulb::before { content: "\f0eb"; }
.fa-link::before { content: "\f0c1"; }
.fa-list::before { content: "\f03a"; }
.fa-lock::before { content: "\f023"; }
.fa-moon::before { content: "\f186"; }
.fa-newspaper::before { content: "\f1ea"; }
.fa-paper-plane::before { content: "\f1d8"; }
.fa-pause::before { content: "\f04c"; }
.fa-pills::before { content: "\f484"; }
.fa-running::before { content: "\f70c"; }
.fa-search::before { content: "\f002"; }
.fa-seedling::before { content: "\f4d8"; }
.fa-server::before { content: "\f233"; }
.fa-share-alt::before { content: "\f1e0"; }
.fa-shield-alt::before { content: "\f3ed"; }
.fa-shopping-cart::before { content: "\f07a"; }
.fa-star::before { content: "\f005"; }
.fa-stethoscope::before { content: "\f0f1"; }
.fa-stomach::before { content: "\f3fc"; }
.fa-sync-alt::before { content: "\f2f1"; }
.fa-target::before { content: "\f140"; }
.fa-thumbs-up::before { content: "\f164"; }
.fa-tint::before { content: "\f043"; }
.fa-tools::before { content: "\f7d9"; }
.fa-trash::before { content: "\f1f8"; }
.fa-trophy::before { content: "\f091"; }
.fa-undo::before { content: "\f0e2"; }
.fa-user::before { content: "\f007"; }
.fa-user-check::before { content: "\f4fc"; }
.fa-user-lock::before { content: "\f502"; }
.fa-user-md::before { content: "\f0f0"; }
.fa-user-graduate::before { content: "\f501"; }
.fa-user-shield::before { content: "\f505"; }
.fa-user-tie::before { content: "\f508"; }
.fa-users::before { content: "\f0c0"; }
.fa-video::before { content: "\f03d"; }
.fa-utensils::before { content: "\f2e7"; }
.fa-weight::before { content: "\f496"; }

/* Animation classes */
.fa-spin {
  animation: fa-spin 2s infinite linear;
}

@keyframes fa-spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/* Size utilities */
.fa-lg { font-size: 1.33333em; line-height: 0.75em; vertical-align: -0.0667em; }
.fa-xs { font-size: 0.75em; }
.fa-sm { font-size: 0.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-6x { font-size: 6em; }
.fa-7x { font-size: 7em; }
.fa-8x { font-size: 8em; }
.fa-9x { font-size: 9em; }
.fa-10x { font-size: 10em; }