/*
  Font Awesome Free 6.5.1 subset for property detail pages
  (solid: bars, up-right-from-square).
  License: https://fontawesome.com/license/free
*/
@font-face {
  font-family: "Font Awesome 6 Free";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url("/assets/fonts/fa-solid-subset.woff2") format("woff2");
}

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

.fa-bars::before {
  content: "\f0c9";
}

.fa-up-right-from-square::before {
  content: "\f08e";
}
