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

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

  .fa-handshake-alt::before,
  .fa-handshake-simple::before {
    content: "\f4c6";
  }
}
