/* Minimal Font Awesome 5 Solid — only the icons used on this site.
   Uses the woff2 already bundled with the Avada theme. */

@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url('/wp-content/themes/Avada/includes/lib/assets/fonts/fontawesome/webfonts/fa-solid-900.woff2') format('woff2');
}

.fas {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  font-style: normal;
  display: inline-block;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}

.fa-mobile-alt::before  { content: '\f3cd'; }
.fa-eye::before         { content: '\f06e'; }
.fa-server::before      { content: '\f233'; }
.fa-calculator::before  { content: '\f1ec'; }
.fa-chart-bar::before   { content: '\f080'; }
.fa-users::before       { content: '\f0c0'; }
.fa-shield-alt::before  { content: '\f3ed'; }
.fa-flask::before       { content: '\f0c3'; }
.fa-star::before        { content: '\f005'; }
.fa-check::before       { content: '\f00c'; }
.fa-lightbulb::before   { content: '\f0eb'; }
.fa-at::before          { content: '\f1fa'; }
.fa-user-tie::before    { content: '\f508'; }
.fa-chart-line::before  { content: '\f201'; }
.fa-sun::before         { content: '\f185'; }
.fa-laptop::before      { content: '\f109'; }
.fa-fighter-jet::before { content: '\f0fb'; }
.fa-user-md::before     { content: '\f0f0'; }
