/* --- structural rules (fontawesome.css) --- */
.fas,
.far,
.fab,
.fa-solid,
.fa-regular,
.fa-brands,
.fa {
  -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::before,
.far::before,
.fab::before,
.fa-solid::before,
.fa-regular::before,
.fa-brands::before,
.fa::before {
  content: var(--fa);
}
.fa-classic,
.fas,
.fa-solid,
.far,
.fa-regular {
  font-family: 'Font Awesome 6 Free';
}
.fa-brands,
.fab {
  font-family: 'Font Awesome 6 Brands';
}

/* --- @font-face (solid.css) --- */
@font-face {
  font-family: 'Font Awesome 6 Free';
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url("../webfonts/fa-solid-900.subset.woff2") format("woff2");
}
.fas,

.fa-solid {
  font-weight: 900;
}
.fa-xmark {
  --fa: "\f00d";
}
.fa-link {
  --fa: "\f0c1";
}
.fa-user {
  --fa: "\f007";
}
.fa-download {
  --fa: "\f019";
}
.fa-circle-check {
  --fa: "\f058";
}

/* --- @font-face (brands.css) --- */
@font-face {
  font-family: 'Font Awesome 6 Brands';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("../webfonts/fa-brands-400.subset.woff2") format("woff2");
}
.fab,

.fa-brands {
  font-weight: 400;
}
.fa-bluesky {
  --fa: "\e671";
}
.fa-facebook {
  --fa: "\f09a";
}
.fa-instagram {
  --fa: "\f16d";
}
.fa-linkedin {
  --fa: "\f08c";
}
.fa-threads {
  --fa: "\e618";
}
.fa-tiktok {
  --fa: "\e07b";
}
.fa-whatsapp {
  --fa: "\f232";
}
.fa-x-twitter {
  --fa: "\e61b";
}
.fa-youtube {
  --fa: "\f167";
}
