/* Custom Bootstrap Icons Implementation for Required Icons */

/* Star icon */
.bi-star::before {
  content: "☆";
  font-size: 1em;
}

/* Filled star icon */
.bi-star-fill::before {
  content: "★";
  font-size: 1em;
}

/* Building icon */
.bi-building::before {
  content: "🏢";
  font-size: 1em;
}

/* Patch check icon */
.bi-patch-check::before {
  content: "✓";
  font-size: 1em;
}

/* Heart icon */
.bi-heart::before {
  content: "❤️";
  font-size: 1em;
}

/* Fire icon */
.bi-fire::before {
  content: "🔥";
  font-size: 1em;
}

/* Pencil icon */
.bi-pencil::before {
  content: "✏️";
  font-size: 1em;
}

/* Graph up icon */
.bi-graph-up::before {
  content: "📈";
  font-size: 1em;
}