/* Minimal Font Awesome 5 - icons used in this site only */
.fa, .fas, .far, .fab { 
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}

/* Inline SVG replacements for used icons */
.fa-map-marker-alt::before { content: "📍"; font-size: 0.85em; }
.fa-envelope::before { content: "✉"; }
.fa-arrow-right::before { content: "→"; }
.fa-arrow-left::before { content: "←"; }
.fa-phone-alt::before { content: "📞"; font-size: 0.85em; }

/* For btn-sm-square icon wrapper - render the arrow as text */
.btn-sm-square .fa-arrow-right::before { content: "→"; font-size: 1em; }

/* Additional icons */
.fa-home::before   { content: "🏠"; font-size: 0.85em; }
.fa-phone::before  { content: "📞"; font-size: 0.85em; }
.fa-clock::before  { content: "🕒"; font-size: 0.85em; }
.fa-map-marker-alt::before { content: "📍"; font-size: 0.85em; }
