/*!
 * Bootstrap Icons v1.11.1 (https://icons.getbootstrap.com/)
 * Subset containing only icons used on Innoverze website
 * Original file size: 92KB, Optimized size: ~2KB (95% reduction)
 */

@font-face {
  font-display: block;
  font-family: "bootstrap-icons";
  src: url("./fonts/bootstrap-icons.woff2?1fa40e8900654d2863d011707b9fb6f2") format("woff2"),
       url("./fonts/bootstrap-icons.woff?1fa40e8900654d2863d011707b9fb6f2") format("woff");
}

.bi::before,
[class^="bi-"]::before,
[class*=" 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: -.125em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Only the 7 icons actually used on the website */
.bi-arrow-up-short::before { content: "\f145"; }
.bi-emoji-smile::before { content: "\f327"; }
.bi-headset::before { content: "\f414"; }
.bi-journal-richtext::before { content: "\f443"; }
.bi-list::before { content: "\f479"; }
.bi-people::before { content: "\f4d0"; }
.bi-whatsapp::before { content: "\f618"; }
