/* ==========================================
   字体显示优化 - 添加 font-display: swap
   ========================================== */

/* 覆盖 Bootstrap Icons 的 @font-face 规则 */
@font-face {
  font-family: 'bootstrap-icons';
  src: url('/css/bootstrap-icons/fonts/bootstrap-icons.woff2?2820a38d0ea1b9e5d2e89ee0b8c2a1a9') format('woff2'),
       url('/css/bootstrap-icons/fonts/bootstrap-icons.woff?2820a38d0ea1b9e5d2e89ee0b8c2a1a9') format('woff');
  font-display: swap; /* 确保文本始终可见 */
  font-weight: normal;
  font-style: normal;
}
