/* Font Awesome 5 - MINIMAL BUILD
 * Hanya berisi icon yang digunakan di halaman ini
 * Hemat ~90% dari ukuran full CSS
 */

/* Base styles */
.fa, .fas, .fab, .far, .fal, .fad {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

/* Solid icons (fas, fa) */
@font-face {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(/themes2/font/font-awesome/webfonts/fa-solid-900.woff2) format("woff2");
}
.fas, .fa {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

/* Brand icons (fab) */
@font-face {
  font-family: "Font Awesome 5 Brands";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/themes2/font/font-awesome/webfonts/fa-brands-400.woff2) format("woff2");
}
.fab {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

/* Utility */
.fa-fw { text-align: center; width: 1.25em; }
.fa-spin { animation: fa-spin 2s linear infinite; }
.fa-pulse { animation: fa-spin 1s steps(8) infinite; }
@keyframes fa-spin {
  0%  { transform: rotate(0deg); }
  100%{ transform: rotate(360deg); }
}

/* Solid Icons */
.fa-angle-left::before { content: "\f104"; }
.fa-angle-right::before { content: "\f105"; }
.fa-bars::before { content: "\f0c9"; }
.fa-bullhorn::before { content: "\f0a1"; }
.fa-caret-down::before { content: "\f0d7"; }
.fa-cogs::before { content: "\f085"; }
.fa-comments::before { content: "\f086"; }
.fa-dice::before { content: "\f522"; }
.fa-eye::before { content: "\f06e"; }
.fa-eye-slash::before { content: "\f070"; }
.fa-fire-alt::before { content: "\f7e4"; }
.fa-home::before { content: "\f015"; }
.fa-info::before { content: "\f129"; }
.fa-info-circle::before { content: "\f05a"; }
.fa-newspaper::before { content: "\f1ea"; }
.fa-phone-alt::before { content: "\f879"; }
.fa-play::before { content: "\f04b"; }
.fa-sync::before { content: "\f021"; }
.fa-tags::before { content: "\f02c"; }
.fa-times::before { content: "\f00d"; }
.fa-trophy::before { content: "\f091"; }
.fa-user::before { content: "\f007"; }
.fa-envelope::before { content: "\f0e0"; }

/* Brand Icons */
.fa-android::before { content: "\f17b"; }
.fa-facebook-messenger::before { content: "\f39f"; }
.fa-whatsapp::before { content: "\f232"; }
