/* CDN icon compatibility for CozyFern.
   The archive intentionally uses Font Awesome from CDN instead of bundled font files. */
.fa, .fa-solid, .fas {
  font-family: "Font Awesome 6 Free" !important;
  font-weight: 900 !important;
}

.icon-phone-call::before,
.icon-phone-call-2::before {
  font-family: "Font Awesome 6 Free" !important;
  font-weight: 900 !important;
  content: "\f095" !important;
}

.icon-letter::before {
  font-family: "Font Awesome 6 Free" !important;
  font-weight: 900 !important;
  content: "\f0e0" !important;
}

.icon-right-arrow-2::before {
  font-family: "Font Awesome 6 Free" !important;
  font-weight: 900 !important;
  content: "\f061" !important;
}

.scroll-to-top .icon-right-arrow-2::before {
  content: "\f062" !important;
}
