/* Bootstrap Icons - 轻量级版本，只包含页面使用的图标 */
.bi {
  display: inline-block;
  width: 1em;
  height: 1em;
  fill: currentcolor;
  vertical-align: -0.125em;
}

/* 微信图标 */
.bi-wechat::before {
  content: "💬";
  font-style: normal;
}

/* 信息圆圈图标 */
.bi-info-circle::before {
  content: "ℹ️";
  font-style: normal;
}
