/* Disable fallback to force Bootstrap Icons font */

/* Base styles for all Bootstrap Icons */
.bi::before,
[class^="bi-"]::before,
[class*=" bi-"]::before {
    display: inline-block;
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: -0.125em;
    margin-right: 0.25rem;
}