/* Custom Icon Font Styles */
[class^="icon-"], [class*=" icon-"] {
  font-family: inherit;
  font-style: normal;
  font-weight: normal;
  display: inline-block;
  line-height: 1;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-time-fast::before { content: "⚡"; }
.icon-handshake::before { content: "🤝"; }
.icon-snap::before { content: "✨"; }
.icon-no-fee::before { content: "💰"; }
.icon-file-lines::before { content: "📄"; }
.icon-digital-payment::before { content: "💳"; }
.icon-hand-holding-dollar::before { content: "💵"; }
.icon-money-bill-transfer::before { content: "💸"; }
.icon-sort-alt::before { content: "⇅"; }
.icon-shield::before { content: "🛡️"; }
.icon-user-headset::before { content: "🎧"; }
.icon-arrow-progress::before { content: "➜"; }
.icon-legal-case::before { content: "⚖️"; }
.icon-cart-shopping::before { content: "🛒"; }
.icon-refresh::before { content: "🔄"; }
.icon-user::before { content: "👤"; }
.icon-star-fill::before { content: "⭐"; }
.icon-chevron-down::before { content: "▼"; }
.icon-location::before { content: "📍"; }
.icon-email::before { content: "📧"; }
.icon-phone::before { content: "📞"; }
.icon-arrow-up::before { content: "↑"; }
