@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;
}
.fa-bars::before {
  content: "\f0c9"; /* correct unicode for bars */
}

.fa,.fa-brands,.fa-duotone,.fa-light,.fa-regular,.fa-solid,.fa-thin,.fab,.fad,.fal,.far,.fas,.fat {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: var(--fa-display,inline-block);
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto
}
.fa-solid,.fas {
    font-family: "Font Awesome 6 Pro";
    font-weight: 900
}

:host,:root {
    --fa-font-thin: normal 100 1em/1 "Font Awesome 6 Pro"
}
:host,:root {
    --fa-font-regular: normal 400 1em/1 "Font Awesome 6 Pro"
}
:host,:root {
    --fa-font-solid: normal 900 1em/1 "Font Awesome 6 Pro"
}
:host,:root {
    --fa-font-light: normal 300 1em/1 "Font Awesome 6 Pro"
}



