/* Bootstrap Icons 字体路径修复 */
@font-face {
    font-display: block;
    font-family: bootstrap-icons;
    src: url("/static/lib/bootstrap-icons/fonts/bootstrap-icons.woff2?v=20260416133845?dd67030699838ea613ee6dbda90effa6") format("woff2"),
        url("/static/lib/bootstrap-icons/fonts/bootstrap-icons.woff?dd67030699838ea613ee6dbda90effa6") format("woff");
}