/* Elinur icon overrides — Canvas custom fonts missing, mapped to Font Awesome Free */
.icon-angle-down::before,
.icon-angle-left::before,
.icon-angle-right::before,
.icon-angle-up::before,
.icon-email2::before,
.icon-facebook::before,
.icon-in::before,
.icon-instagram::before,
.icon-line-clock::before,
.icon-mail::before,
.icon-map-marker2::before,
.icon-phone3::before,
.icon-what::before {
  font-family: "Font Awesome 6 Free" !important;
  font-weight: 900 !important;
  font-style: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  line-height: 1 !important;
  display: inline-block !important;
}

/* Brand icons use Font Awesome Brands */
.icon-facebook::before,
.icon-in::before,
.icon-instagram::before,
.icon-what::before {
  font-family: "Font Awesome 6 Brands" !important;
  font-weight: 400 !important;
}

/* Glyph mappings */
.icon-angle-down::before   { content: "\f107" !important; }
.icon-angle-up::before     { content: "\f106" !important; }
.icon-angle-left::before   { content: "\f104" !important; }
.icon-angle-right::before  { content: "\f105" !important; }
.icon-email2::before       { content: "\f0e0" !important; }   /* envelope solid */
.icon-mail::before         { content: "\f0e0" !important; }
.icon-line-clock::before   { content: "\f017" !important; }   /* clock */
.icon-map-marker2::before  { content: "\f3c5" !important; }   /* map-marker-alt */
.icon-phone3::before       { content: "\f095" !important; }   /* phone */
.icon-facebook::before     { content: "\f39e" !important; }   /* facebook-f brand */
.icon-in::before           { content: "\f16d" !important; }   /* instagram brand */
.icon-instagram::before    { content: "\f16d" !important; }
.icon-what::before         { content: "\f232" !important; }   /* whatsapp brand */
