/* 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-gamepad:before{content:"\f11b"}
.fa-arrow-right:before{content:"\f061"}
.fa-car:before{content:"\f1b9"}
.fa-tools:before,.fa-screwdriver-wrench:before{content:"\f7d9"}
.fa-chart-line:before{content:"\f201"}
.fa-globe:before{content:"\f0ac"}
.fa-building:before{content:"\f1ad"}
.fa-crown:before{content:"\f521"}
.fa-hand-holding-heart:before{content:"\f4be"}
.fa-users:before{content:"\f0c0"}
.fa-rocket:before{content:"\f135"}
.fa-coffee:before,.fa-mug-saucer:before{content:"\f0f4"}
.fa-headset:before{content:"\f590"}
.fa-envelope:before{content:"\f0e0"}

/* Brand Icons (fab) */
.fa-google-play:before{content:"\f3ab"}
.fa-apple:before{content:"\f179"}
.fa-linkedin:before{content:"\f08c"}
.fa-instagram:before{content:"\f16d"}
