/* Local Font Awesome CSS - Essential Icons */

/* Font Awesome Base Styles */
.fa, .fas, .far, .fal, .fad, .fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

/* Essential Icons */
.fas.fa-user::before, .fa-user::before {
  content: "👤";
  font-family: "Segoe UI Symbol";
  display: inline-block;
  width: 1em;
  text-align: center;
}

.fas.fa-trash::before, .fa-trash::before {
  content: "🗑️";
  font-family: "Segoe UI Symbol";
  display: inline-block;
  width: 1em;
  text-align: center;
}

.fas.fa-check::before, .fa-check::before {
  content: "✓";
  font-family: "Segoe UI Symbol";
  display: inline-block;
  width: 1em;
  text-align: center;
}

.fas.fa-money-bill::before, .fa-money-bill::before {
  content: "💵";
  font-family: "Segoe UI Symbol";
  display: inline-block;
  width: 1em;
  text-align: center;
}

/* WeChat and Alipay icons */
.fab.fa-weixin::before {
  content: "💬";
  font-family: "Segoe UI Symbol";
  display: inline-block;
  width: 1em;
  text-align: center;
}

.fab.fa-alipay::before {
  content: "💳";
  font-family: "Segoe UI Symbol";
  display: inline-block;
  width: 1em;
  text-align: center;
}

/* Other essential icons */
.fas.fa-box-open::before, .fa-box-open::before {
  content: "📦";
  font-family: "Segoe UI Symbol";
  display: inline-block;
  width: 1em;
  text-align: center;
}

/* For general icon containers */
i {
  font-style: normal;
}
