/*! Custom Minimal Font Awesome 6.7.0 Solid - 17 Icons Only */
@font-face {
  font-family: "Font Awesome 6 Free";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.7.0/webfonts/fa-solid-900.woff2") format("woff2"),
       url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.7.0/webfonts/fa-solid-900.ttf") format("truetype");
}

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

/* --- 17 Property Feature Icons --- */
.fa-house-chimney-window::before { content: "\e00d"; }
.fa-fire-burner::before { content: "\e4f1"; }
.fa-car::before { content: "\f1b9"; }
.fa-door-open::before { content: "\f52b"; }
.fa-fire-extinguisher::before { content: "\f134"; }
.fa-trash-can::before { content: "\f2ed"; }
.fa-tree::before { content: "\f1bb"; }
.fa-dumbbell::before { content: "\f44b"; }
.fa-wifi::before { content: "\f1eb"; }
.fa-elevator::before { content: "\e16d"; }
.fa-shirt::before { content: "\f553"; }
.fa-handshake::before { content: "\f2b5"; }
.fa-bell-concierge::before { content: "\f562"; }
.fa-hot-tub-person::before { content: "\f593"; }
.fa-shield-halved::before { content: "\f3ed"; }
.fa-person-swimming::before { content: "\f5c4"; }
.fa-tv::before { content: "\f26c"; }
