/* Font Awesome 6.4.0 - Minimal Icons for Bul Beni */
/* Only the icons used in the site */

/* Font Awesome fallback - using CDN only */

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

.fa-home:before { content: "\f015"; }
.fa-search:before { content: "\f002"; }
.fa-heart:before { content: "\f004"; }
.fa-user:before { content: "\f007"; }
.fa-star:before { content: "\f005"; }
.fa-phone:before { content: "\f095"; }
.fa-map-marker-alt:before { content: "\f3c5"; }
.fa-utensils:before { content: "\f2e7"; }
.fa-coffee:before { content: "\f0f4"; }
.fa-cut:before { content: "\f0c4"; }
.fa-dumbbell:before { content: "\f44b"; }
.fa-spa:before { content: "\f5bb"; }
.fa-shopping-bag:before { content: "\f290"; }
.fa-graduation-cap:before { content: "\f19d"; }
.fa-hospital:before { content: "\f0f8"; }
.fa-pills:before { content: "\f484"; }
.fa-gas-pump:before { content: "\f52f"; }
.fa-arrow-left:before { content: "\f060"; }
.fa-arrow-right:before { content: "\f061"; }
.fa-times:before { content: "\f00d"; }
.fa-check:before { content: "\f00c"; }
.fa-plus:before { content: "\f067"; }
.fa-minus:before { content: "\f068"; }
.fa-comment:before { content: "\f075"; }
.fa-clock:before { content: "\f017"; }
.fa-spinner:before { content: "\f110"; }
.fa-exclamation-triangle:before { content: "\f071"; }
.fa-envelope:before { content: "\f0e0"; }
.fa-store:before { content: "\f54e"; }
.fa-comment-slash:before { content: "\f4b3"; }
.fa-redo:before { content: "\f01e"; }
.fa-refresh:before { content: "\f021"; }
.fa-globe:before { content: "\f0ac"; }
.fa-info-circle:before { content: "\f05a"; }
.fa-comments:before { content: "\f086"; }
.fa-paper-plane:before { content: "\f1d8"; }
.fa-share:before { content: "\f064"; }
.fab:before { content: "\f1a0"; }
.fa-google:before { content: "\f1a0"; }

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

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