/* Font Awesome 6.5.1 Subset - Only used icons */
/* Reduces CSS from 18KB to ~2KB */

@font-face {
  font-family: 'Font Awesome 6 Free';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/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(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/webfonts/fa-brands-400.woff2) format("woff2");
}

.fa,.fab,.fas{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:var(--fa-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 (fas) */
.fa-city:before{content:"\f64f"}
.fa-industry:before{content:"\f275"}
.fa-cube:before{content:"\f1b2"}
.fa-chart-line:before{content:"\f201"}
.fa-globe:before{content:"\f0ac"}
.fa-flask:before{content:"\f0c3"}
.fa-arrow-right:before{content:"\f061"}
.fa-arrow-up:before{content:"\f062"}
.fa-bolt:before{content:"\f0e7"}
.fa-unlock:before{content:"\f09c"}
.fa-check-circle:before{content:"\f058"}
.fa-coins:before{content:"\f51e"}
.fa-gem:before{content:"\f3a5"}
.fa-play:before{content:"\f04b"}
.fa-pause:before{content:"\f04c"}
.fa-external-link-alt:before{content:"\f35d"}
.fa-users:before{content:"\f0c0"}
.fa-building:before{content:"\f1ad"}
.fa-trophy:before{content:"\f091"}
.fa-star:before{content:"\f005"}
.fa-fire:before{content:"\f06d"}
.fa-box:before{content:"\f466"}
.fa-truck:before{content:"\f0d1"}
.fa-store:before{content:"\f54e"}

/* Brand Icons (fab) */
.fa-google-play:before{content:"\f3ab"}
.fa-apple:before{content:"\f179"}
.fa-x-twitter:before{content:"\e61b"}
.fa-instagram:before{content:"\f16d"}
