/*!
 * Bootstrap Icons - Minimal subset for vuk.digital
 * Only includes: bi-terminal
 */

@font-face {
  font-display: swap;
  font-family: bootstrap-icons;
  src: url("/images/webfonts/bootstrap.woff2") format("woff2");
}

.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: -.125em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.bi-terminal::before {
  content: "\f5c3";
}
