/* Fallback icons using Font Awesome for missing icomoon font */
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css');

[class^="icon-"], [class*=" icon-"] {
  font-family: 'Font Awesome 6 Free', 'Font Awesome 6 Brands' !important;
}

.icon-facebook-logo:before { content: "\f09a"; font-family: 'Font Awesome 6 Brands'; }
.icon-twitter-logo:before { content: "\f099"; font-family: 'Font Awesome 6 Brands'; }
.icon-instagram-logo:before { content: "\f16d"; font-family: 'Font Awesome 6 Brands'; }
.icon-technology:before { content: "\f095"; font-weight: 900; }
.icon-clock:before { content: "\f017"; font-weight: 400; }
.icon-bell:before { content: "\f0f3"; font-weight: 900; }
.icon-map-marker:before { content: "\f041"; font-weight: 900; }
.icon-envelope:before { content: "\f0e0"; font-weight: 400; }
.icon-right-arrow:before { content: "\f061"; font-weight: 900; }
.icon-cancel:before { content: "\f00d"; font-weight: 900; }
.icon-line-menu:before { content: "\f0c9"; font-weight: 900; }
.icon-target-lined:before { content: "\f140"; font-weight: 400; }
.icon-brush-lined:before { content: "\f1fc"; font-weight: 400; }
.icon-like-lined:before { content: "\f164"; font-weight: 400; }
.icon-user-lined:before { content: "\f007"; font-weight: 400; }
.icon-users-lined:before { content: "\f0c0"; font-weight: 400; }
.icon-map-lined:before { content: "\f279"; font-weight: 400; }
.icon-reward-lined:before { content: "\f091"; font-weight: 400; }
.icon-speech-bubble:before { content: "\f075"; font-weight: 400; }
