@layer bricks.icons {
  @font-face {
    font-display: block;
    font-family: "Font Awesome 6 Brands";
    font-style: normal;
    font-weight: 400;
    src: url("/assets/fonts/fa-brands-400.woff2") format("woff2"),
      url("/assets/fonts/fa-brands-400.ttf") format("truetype");
  }

  .fa-brands,
  .fab {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: var(--fa-display, inline-block);
    font-family: "Font Awesome 6 Brands";
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 1;
    text-rendering: auto;
  }

  .fa-slack-hash::before,
  .fa-slack::before {
    content: "\f198";
  }
}
