/* Homepage Font Awesome subset — only icons used on front home/header */
@font-face{
  font-family:"Font Awesome 7 Free";
  font-style:normal;
  font-weight:900;
  font-display:swap;
  src:url("/admin/assets/fontawesome/webfonts/fa-solid-900.woff2") format("woff2");
}

.fa,.fas,.fa-solid{
  -webkit-font-smoothing:antialiased;
  display:var(--fa-display,inline-block);
  font-family:var(--fa-style-family,"Font Awesome 7 Free");
  font-style:normal;
  font-variant:normal;
  line-height:1;
  text-rendering:auto;
  font-weight:var(--fa-style,900);
}
.fa::before,.fas::before,.fa-solid::before{
  content:var(--fa);
}
.fa-shield-alt,.fa-shield-halved{--fa:"\f3ed"}
.fa-user-circle,.fa-circle-user{--fa:"\f2bd"}
.fa-th-large,.fa-table-cells-large{--fa:"\f009"}
.fa-angle-right{--fa:"\f105"}
.fa-search,.fa-magnifying-glass{--fa:"\f002"}
.fa-bars{--fa:"\f0c9"}
.fa-times,.fa-xmark{--fa:"\f00d"}
.fa-chevron-right{--fa:"\f054"}
.fa-chevron-left{--fa:"\f053"}
.fa-fire{--fa:"\f06d"}
.fa-th{--fa:"\f00a"}
.fa-moon{--fa:"\f186"}
.fa-sun{--fa:"\f185"}
