@font-face {
    font-family: 'Bootstrap Icons';
    src: url('/assets/fonts/bootstrap-icons.woff2') format('woff2'),
         url('/assets/fonts/bootstrap-icons.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

.bi {
    display: inline-block;
    font-family: 'Bootstrap Icons' !important;
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: -0.125em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.bi-check-circle::before { content: "\f26b"; }
.bi-floppy-fill::before { content: "\f7c5"; }
.bi-search::before { content: "\f52a"; }
.bi-house-fill::before { content: "\f424"; }
.bi-x-circle::before { content: "\f623"; }
.bi-qr-code::before { content: "\f6ae"; }
.bi-trash::before { content: "\f5de"; }
.bi-clipboard::before { content: "\f28b"; }
.bi-lock-fill::before { content: "\f8a3"; }
.bi-box-arrow-right::before { content: "\f1c3"; }