/* Minimal fallback for Font Awesome icons used in the site when CDN is unavailable */
/* This is a tiny placeholder - it provides basic classes used in templates so pages don't break. */
.fa { display: inline-block; font-style: normal; font-weight: normal; line-height: 1; }
.fa-home:before { content: "\1F3E0"; /* 🏠 */ }
.fa-user:before { content: "\1F464"; /* 👤 */ }
.fa-search:before { content: "\1F50D"; /* 🔍 */ }
.fa-chevron-down:before { content: "\25BC"; }
.fa-chevron-left:before { content: "\25C0"; }
.fa-chevron-right:before { content: "\25B6"; }
.fa-star:before { content: "\2B50"; }
.fa-star-half-o:before { content: "\2605"; }
.fa-arrow-right:before { content: "\2192"; }
.fa-times:before { content: "\2716"; }
.fa-paper-plane:before { content: "\1F4E7"; }
/* Basic sizing */
.fa { font-family: Arial, Helvetica, sans-serif; padding-right: 0.25em; }

/* Keep visuals subtle */
.fa { color: #374151; }
