@font-face {
  font-family: 'Font Awesome 6 Free';
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/webfonts/fa-solid-900.woff2) format('woff2');
}

@font-face {
  font-family: 'Font Awesome 6 Brands';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/webfonts/fa-brands-400.woff2) format('woff2');
}

.fas {
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
}

.fab {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}

/* Solid Icons */
.fa-bars:before { content: '\f0c9'; }
.fa-times:before { content: '\f00d'; }
.fa-star:before { content: '\f005'; }
.fa-star-half-alt:before { content: '\f5c0'; }
.fa-clone:before { content: '\f24d'; }
.fa-eye-slash:before { content: '\f070'; }
.fa-robot:before { content: '\f544'; }
.fa-film:before { content: '\f008'; }
.fa-check:before { content: '\f00c'; }
.fa-chevron-down:before { content: '\f078'; }
.fa-chevron-left:before { content: "\f053"; }
.fa-chevron-right:before { content: "\f054"; }
.fa-chevron-up:before { content: "\f077"; }

.fa-headset:before { content: '\f590'; }
.fa-envelope:before { content: '\f0e0'; }
.fa-phone:before { content: '\f095'; }
.fa-map-marker-alt:before { content: '\f3c5'; }
.fa-clock:before { content: '\f017'; }
.fa-arrow-up:before { content: '\f062'; }

/* Brand Icons */
.fa-weixin:before { content: '\f1d7'; }
.fa-weibo:before { content: '\f18a'; }
.fa-qq:before { content: '\f1d6'; }
.fa-twitter:before { content: '\f099'; }
.fa-facebook-f:before { content: '\f39e'; }
.fa-instagram:before { content: '\f16d'; }
.fa-linkedin-in:before { content: '\f0e1'; }
.fa-youtube:before { content: '\f167'; }