/* UberMenu submenu caret subset — the only Font Awesome glyph in use.
   Subsetted from fa-solid-900.woff2 glyph U+F107 (angle-down) so the
   caret renders byte-identical to the full Font Awesome stylesheet. */
@font-face {
  font-family: "Font Awesome 6 Free";
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/fa-solid-caret.woff2") format("woff2");
}
.fas {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
}
.fa-angle-down:before {
  content: "\f107";
}
