@font-face {
  font-family: 'Font Awesome 6 Free';
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url('../webfonts/fa-solid-900.woff2') format('woff2'),
       url('../webfonts/fa-solid-900.ttf') format('truetype');
}

.fa-solid, .fas {
  font-family: 'Font Awesome 6 Free' !important;
  font-weight: 900;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

/* الكلاسات المطلوبة للأيقونات الخاصة بك */
.fa-earth-americas::before { content: "\f57d"; }
.fa-box-open::before { content: "\f49e"; }
.fa-plane-departure::before { content: "\f5b0"; }
.fa-route::before { content: "\f4d7"; }