/* Fix bootstrap-icons font paths for ASP.NET Core */
@font-face {
    font-display: block;
    font-family: bootstrap-icons;
    src: url('../dist/assets/bootstrap-icons.woff2') format("woff2"),
         url('../dist/assets/bootstrap-icons.woff') format("woff");
}