@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 {
    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-cpu::before {
    content: "\f2e9";
}

.bi-lightning::before {
    content: "\f499";
}

.bi-graph-up::before {
    content: "\f3d4";
}

.bi-cloud-arrow-up::before {
    content: "\f295";
}

.bi-search::before {
    content: "\f52a";
}

.bi-arrow-counterclockwise::before {
    content: "\f10f";
}

.bi-stopwatch::before {
    content: "\f5a3";
}

.bi-arrow-clockwise::before {
    content: "\f116";
}