/* Font Awesome 6.5.1 — Minimal subset for elephantclock.ae */
@font-face {
  font-family: 'Font Awesome 6 Free';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url('/webfonts/fa-solid-900.woff2') format('woff2');
}
@font-face {
  font-family: 'Font Awesome 6 Brands';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/webfonts/fa-brands-400.woff2') format('woff2');
}

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

/* Solid icons used */
.fa-award::before        { content: "\f559"; }
.fa-bars::before         { content: "\f0c9"; }
.fa-building::before     { content: "\f1ad"; }
.fa-bus::before          { content: "\f207"; }
.fa-certificate::before  { content: "\f0a3"; }
.fa-clock::before        { content: "\f017"; }
.fa-comments::before     { content: "\f086"; }
.fa-envelope::before     { content: "\f0e0"; }
.fa-hotel::before        { content: "\f594"; }
.fa-laptop-code::before  { content: "\f5fc"; }
.fa-map-marked-alt::before { content: "\f5a0"; }
.fa-map-marker-alt::before { content: "\f3c5"; }
.fa-phone-alt::before    { content: "\f879"; }
.fa-quote-left::before   { content: "\f10d"; }
.fa-robot::before        { content: "\f544"; }
.fa-shield-alt::before   { content: "\f3ed"; }
.fa-shopping-bag::before { content: "\f290"; }
.fa-truck-moving::before { content: "\f4df"; }
.fa-users::before        { content: "\f0c0"; }

/* Brand icons used */
.fa-instagram::before { content: "\f16d"; }
.fa-linkedin::before  { content: "\f08c"; }
.fa-twitter::before   { content: "\f099"; }
