/* ===== FONT ===== */
@font-face {
  font-family: "Font Awesome 6 Free";
  src: url("../fonts/fa-solid-900.woff2") format("woff2");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

/* Alias so old theme CSS that still calls "Font Awesome 6 Pro" keeps working */
@font-face {
  font-family: "Font Awesome 6 Pro";
  src: url("../fonts/fa-solid-900.woff2") format("woff2");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

/* ===== BASE ===== */
.fa,
.fa-solid,
.fa-sharp {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
}

.fa::before,
.fa-solid::before,
.fa-sharp::before {
  display: inline-block;
}

/* ===== ICONS ===== */
.fa-bars::before { content: "\f0c9"; }
.fa-xmark::before { content: "\f00d"; }
.fa-plus::before { content: "\2b"; }
.fa-minus::before { content: "\f068"; }

.fa-angle-right::before { content: "\f105"; }
.fa-angle-left::before { content: "\f104"; }
.fa-angle-up::before { content: "\f106"; }
.fa-angle-down::before { content: "\f107"; }

.fa-chevron-right::before { content: "\f054"; }
.fa-chevron-left::before { content: "\f053"; }

.fa-arrow-right::before { content: "\f061"; }
.fa-arrow-left::before { content: "\f060"; }

.fa-gear::before { content: "\f013"; }
.fa-moon::before { content: "\f186"; }
.fa-star::before { content: "\f005"; }

/* your homepage stars */
.fa-star-sharp::before { content: "\f005"; }

/* optional: if any page uses sun */
.fa-sun::before { content: "\f185"; }
