/* Custom Icons - Supplement Font Awesome, don't override */

/* Only define custom icons that Font Awesome doesn't have */
/* Let Font Awesome handle all standard icons */

/* Custom business-specific icons */
.fa-custom-veteran:before { content: "🇺🇸"; }
.fa-custom-local:before { content: "🏢"; }
.fa-custom-support:before { content: "🤝"; }

/* Fallback styles for missing icons - only if needed */
/* These should rarely be used since Font Awesome covers most cases */
.icon-fallback {
    display: inline-block;
    width: 1em;
    height: 1em;
    text-align: center;
    font-style: normal;
}

/* Specific overrides only when absolutely necessary */
/* .fa-specific-custom:before { content: "..."; } */