@font-face {
  font-family: 'Bootstrap Icons';
  src: url('/lib/static/fonts/bootstrap-icons.woff2') format('woff2'),
       url('/lib/static/fonts/bootstrap-icons.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

.bi {
  font-family: 'Bootstrap Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 1.25rem;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  vertical-align: -.125em;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* 导航栏图标样式 - 与文字更加协调 */
.nav-list .bi {
  font-size: 1rem;
  vertical-align: -.1em;
}

/* 以下是常用图标的定义 */
.bi-house::before { content: "\f35f"; }
.bi-images::before { content: "\f422"; }
.bi-search::before { content: "\f52a"; }
.bi-upload::before { content: "\f6ff"; }
.bi-folder::before { content: "\f471"; }
.bi-heart::before { content: "\f4c7"; }
.bi-bell::before { content: "\f402"; }
.bi-person::before { content: "\f406"; }
.bi-gear::before { content: "\f423"; }
.bi-box-arrow-right::before { content: "\f12a"; }
.bi-collection::before { content: "\f293"; }
.bi-image::before { content: "\f433"; }
.bi-eye::before { content: "\f495"; }