@font-face {
    font-display: block;
    font-family: "bootstrap-icons";
    src: url("./fonts/bootstrap-icons.woff2") format("woff2"),
        url("./fonts/bootstrap-icons.woff") format("woff");
}

.bi::before,
[class^="bi-"]::before,
[class*=" bi-"]::before {
    display: inline-block;
    font-family: bootstrap-icons !important;
    font-style: normal;
    font-weight: 400 !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: -0.125em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* Editor Icons */
.bi-scissors::before {
    content: "\f3c7";
}
.bi-files::before {
    content: "\f224";
}
.bi-clipboard::before {
    content: "\f142";
}
.bi-arrow-counterclockwise::before {
    content: "\f117";
}
.bi-arrow-clockwise::before {
    content: "\f116";
}
.bi-type-bold::before {
    content: "\f4e4";
}
.bi-type-italic::before {
    content: "\f4ee";
}
.bi-type-underline::before {
    content: "\f4f6";
}
.bi-type-strikethrough::before {
    content: "\f4f4";
}
.bi-text-left::before {
    content: "\f4dc";
}
.bi-text-center::before {
    content: "\f4da";
}
.bi-text-right::before {
    content: "\f4de";
}
.bi-link-45deg::before {
    content: "\f2e9";
}
.bi-link-45deg-strike::before {
    content: "\f2ea";
}
.bi-image::before {
    content: "\f283";
}

/* UI Icons */
.bi-person::before {
    content: "\f4d7";
}
.bi-clock::before {
    content: "\f143";
}
.bi-eye::before {
    content: "\f1f7";
}
.bi-pencil-square::before {
    content: "\f4c8";
}
.bi-x-square::before {
    content: "\F629";
}
.bi-check-circle-fill::before {
    content: "\f26a";
}
.bi-book-half::before {
    content: "\f193";
}
.bi-shield-check::before {
    content: "\f3ad";
}
.bi-graph-up-arrow::before {
    content: "\f26c";
}
.bi-plus-lg::before {
    content: "\f4fe";
}
.bi-pencil::before {
    content: "\f4c7";
}

/* Navigation Icons */
.bi-speedometer2::before {
    content: "\f3d2";
}
.bi-file-text::before {
    content: "\f220";
}
.bi-people::before {
    content: "\f4cf";
}
.bi-chat-dots::before {
    content: "\f268";
}
.bi-gear::before {
    content: "\f3e4";
}
.bi-chevron-left::before {
    content: "\f284";
}
.bi-chevron-right::before {
    content: "\f285";
}
.bi-house-door::before {
    content: "\f2bd";
}
.bi-person-circle::before {
    content: "\f4d8";
}
.bi-arrow-up-short::before {
    content: "\f148";
}

/* Search & Social Icons */
.bi-search::before {
    content: "\f52a";
}
.bi-twitter::before {
    content: "\f5ef";
}
.bi-facebook::before {
    content: "\f344";
}
.bi-instagram::before {
    content: "\f437";
}
.bi-linkedin::before {
    content: "\f472";
}
.bi-book::before {
    content: "\f194";
}
.bi-arrow-right::before {
    content: "\f138";
}

/* Auth Icons */
.bi-box-arrow-in-right::before {
    content: "\f1c8";
}
.bi-person-plus::before {
    content: "\f4d9";
}
.bi-box-arrow-right::before {
    content: "\f1c2";
}
.bi-x::before {
    content: "\f62a";
}
