/* FA Pro Kit has no dedicated light (300) webfont.
   Map fa-light to thin (100) which is the closest available weight. */
@font-face {
  font-family: "Font Awesome 7 Pro";
  font-style: normal;
  font-weight: 300;
  font-display: block;
  src: url("../webfonts/fa-thin-100.woff2");
}
.fal { --fa-family: var(--fa-family-classic); --fa-style: 300; }
.fa-light { --fa-style: 300; }
