/*
Author: Simon Kohler
Company: KOHLERCODE LLC
Website: kohlercode.com
Email: simon@kohlercode.com
*/

/* Minimal Bootstrap Icons subset used by MetraBrain */

@font-face {
  font-display: block;
  font-family: "bootstrap-icons";
  src:
    url("/assets/vendor/bootstrap-icons/fonts/bootstrap-icons.woff2") format("woff2"),
    url("/assets/vendor/bootstrap-icons/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;
}

.bi-speedometer2::before { content: "\f580"; }
.bi-hdd-stack::before { content: "\f411"; }
.bi-diagram-3::before { content: "\f2ee"; }
.bi-table::before { content: "\f5aa"; }
.bi-bezier2::before { content: "\f18c"; }
.bi-search::before { content: "\f52a"; }
.bi-person-circle::before { content: "\f4d7"; }
.bi-box-arrow-in-right::before { content: "\f1be"; }

