/*
 * Bootstrap Icons v1.11.1
 * https://icons.getbootstrap.com/
 * Copyright 2019-2023 The Bootstrap Authors
 * Licensed under MIT: https://github.com/twbs/icons/blob/main/LICENSE
 *
 * This local subset contains only the icons used by this site.
 */
@font-face {
    font-display: block;
    font-family: "bootstrap-icons";
    src: url("fonts/bootstrap-icons.woff2") format("woff2");
}

.bi::before {
    display: inline-block;
    font-family: bootstrap-icons !important;
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    line-height: 1;
    text-transform: none;
    vertical-align: -.125em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.bi-clock-history::before { content: "\f292"; }
.bi-cpu::before { content: "\f2d6"; }
.bi-envelope-fill::before { content: "\f32c"; }
.bi-github::before { content: "\f3ed"; }
.bi-globe::before { content: "\f3ee"; }
.bi-graph-up::before { content: "\f3f2"; }
.bi-stars::before { content: "\f589"; }
