/*!
 * Font Awesome 6 Free Minimal - Solid + Regular Only
 * Total CSS ~5 KB, cocok dengan 6 file webfonts kamu
 */

@font-face {
  font-family: "Font Awesome 6 Free";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("/webfonts/fa-regular-400.woff2") format("woff2"),
       url("/webfonts/fa-regular-400.ttf") format("truetype");
}
.fa-regular, .far { font-weight: 400; }

@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"),
       url("/webfonts/fa-solid-900.ttf") format("truetype");
}
.fa-solid, .fas { font-weight: 900; }

/* Base */
.fa, .fa-solid, .fa-regular {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: "Font Awesome 6 Free";
}

/* Ikon yang dipakai LOFFA */
.fa-play:before              { content: "\f04b"; }
.fa-stop:before              { content: "\f04d"; }
.fa-video:before             { content: "\f03d"; }
.fa-cog:before               { content: "\f013"; }
.fa-ruler-combined:before    { content: "\f546"; }
.fa-file-lines:before        { content: "\f0f6"; }
.fa-bed:before               { content: "\f236"; }
.fa-laugh:before             { content: "\f599"; }
.fa-calendar-days:before,
.fa-calendar-alt:before      { content: "\f073"; }
.fa-exclamation-triangle:before { content: "\f071"; }
.fa-check-circle:before      { content: "\f058"; }
.fa-exclamation-circle:before{ content: "\f06a"; }
.fa-eye:before               { content: "\f06e"; }
.fa-eye-slash:before         { content: "\f070"; }
.fa-save:before              { content: "\f0c7"; }
.fa-sign-out-alt:before      { content: "\f2f5"; }
.fa-trash:before             { content: "\f1f8"; }