@font-face {
  font-family: 'Font Awesome 6 Free';
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url("/webfonts/fa-nav-subset.woff2") format("woff2");
}
.fa, .fas, .fa-solid {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: var(--fa-display, inline-block);
  font-style: normal;
  font-variant: normal;
  font-weight: 900;
  line-height: 1;
  text-rendering: auto;
  font-family: 'Font Awesome 6 Free';
}
.fa-bars::before { content: "\f0c9"; }
.fa-xmark::before { content: "\f00d"; }
