/*!
 * Font Awesome Free 6.x - Custom Subset untuk SMAN 14 Muaro Jambi
 * Hanya memuat ikon: fingerprint, graduation-cap, user-plus, address-card, circle-info,
 * book-open, building-columns, volleyball, users-rectangle, images, moon, sun,
 * whatsapp, facebook-f, youtube, instagram, calendar-day, location-dot, comment-dots, arrow-up, arrow-right-long.
 */
@font-face {
  font-family: 'Font Awesome 6 Free';
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url("../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("../webfonts/fa-brands-400.woff2") format("woff2");
}
.fa, .fab, .fas {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
}
.fa-solid, .fas { font-family: 'Font Awesome 6 Free'; font-weight: 900; }
.fa-brands, .fab { font-family: 'Font Awesome 6 Brands'; font-weight: 400; }

/* Pemetaan Kode Unik Ikon yang Anda Gunakan */
.fa-fingerprint::before { content: "\f577"; }
.fa-graduation-cap::before { content: "\f19d"; }
.fa-user-plus::before { content: "\f234"; }
.fa-address-card::before { content: "\f2bb"; }
.fa-circle-info::before { content: "\f05a"; }
.fa-book-open::before { content: "\f518"; }
.fa-building-columns::before { content: "\f19c"; }
.fa-volleyball::before { content: "\f45f"; }
.fa-users-rectangle::before { content: "\e51c"; }
.fa-images::before { content: "\f302"; }
.fa-moon::before { content: "\f186"; }
.fa-sun::before { content: "\f185"; }
.fa-calendar-day::before { content: "\f7ec"; }
.fa-location-dot::before { content: "\f3c5"; }
.fa-comment-dots::before { content: "\f4ad"; }
.fa-arrow-up::before { content: "\f062"; }
.fa-arrow-right-long::before { content: "\f178"; }

/* Ikon Media Sosial (Brands pack) */
.fa-whatsapp::before { content: "\f232"; }
.fa-facebook-f::before { content: "\f39e"; }
.fa-youtube::before { content: "\f167"; }
.fa-instagram::before { content: "\f16d"; }