/*!
 * Font Awesome Free 6.2.1 subset — app icons only (see fontawesome.css for full build)
 * License - https://fontawesome.com/license/free
 */
.fa {
  font-family: var(--fa-style-family, "Font Awesome 6 Free");
  font-weight: var(--fa-style, 900);
}

.fa,
.fas,
.fa-solid,
.fab,
.fa-brands {
  -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,
.fa-solid {
  font-family: "Font Awesome 6 Free";
}

.fab,
.fa-brands {
  font-family: "Font Awesome 6 Brands";
}

.fa-3x {
  font-size: 3em;
}

.fa-fw {
  text-align: center;
  width: 1.25em;
}

@font-face {
  font-family: "Font Awesome 6 Free";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url("fontawesome/fa-solid-900.woff2") format("woff2"), url("fontawesome/fa-solid-900.ttf") format("truetype");
}

.fas,
.fa-solid {
  font-weight: 900;
}

@font-face {
  font-family: "Font Awesome 6 Brands";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("fontawesome/fa-brands-400.woff2") format("woff2"), url("fontawesome/fa-brands-400.ttf") format("truetype");
}

.fab,
.fa-brands {
  font-weight: 400;
}

.fa-user-times::before {
  content: "\f235";
}

.fa-user-check::before {
  content: "\f4fc";
}

.fa-users::before {
  content: "\f0c0";
}

.fa-gift::before {
  content: "\f06b";
}

.fa-clock::before {
  content: "\f017";
}

.fa-paper-plane::before {
  content: "\f1d8";
}

.fa-user-clock::before {
  content: "\f4fd";
}

.fa-tiktok:before {
  content: "\e07b";
}

.fa-telegram:before {
  content: "\f2c6";
}

/* line-height harus cukup besar: 0.05em (seperti build FA penuh + konteks lain) membuat kotak ikon kolaps di subset ini */
.fa-lg {
  font-size: 1.25em;
  line-height: 1;
  vertical-align: -0.075em;
}

.fa-spin {
  animation-name: fa-spin;
  animation-delay: 0s;
  animation-direction: normal;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

@media (prefers-reduced-motion: reduce) {
  .fa-spin {
    animation-duration: 1ms;
    animation-iteration-count: 1;
  }
}

@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.fa-arrow-left::before {
  content: "\f060";
}

.fa-envelope::before {
  content: "\f0e0";
}

.fa-home::before {
  content: "\f015";
}

.fa-file-download::before {
  content: "\f56d";
}

.fa-spinner::before {
  content: "\f110";
}

.fa-youtube::before {
  content: "\f167";
}

.fa-instagram::before {
  content: "\f16d";
}

.fa-facebook::before {
  content: "\f09a";
}

.fa-twitter::before {
  content: "\f099";
}

.fa-whatsapp::before {
  content: "\f232";
}
