@font-face {
  font-family: 'bootstrap-icons';
  src: url('../fonts/bootstrap-icons.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap; /* 🚨 Make sure there is a semicolon here! */
} 

[class^="bi-"], [class*=" bi-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'bootstrap-icons' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.bi-trash3-fill:before {
  content: "\e910";
}
.bi-arrow-up-circle-fill:before {
  content: "\e90e";
}
.bi-chevron-up:before {
  content: "\e90f";
}
.bi-arrow-up:before {
  content: "\e90d";
}
.bi-arrow-up-short:before {
  content: "\e90c";
}
.bi-arrow-down-circle-fill:before {
  content: "\e900";
}
.bi-cart-check-fill:before {
  content: "\e901";
}
.bi-chat-square-text-fill:before {
  content: "\e902";
}
.bi-chevron-down:before {
  content: "\e903";
}
.bi-eye-fill:before {
  content: "\e904";
}
.bi-info-circle:before {
  content: "\e905";
}
.bi-info-circle-fill-1:before {
  content: "\e906";
}
.bi-info-circle-fill:before {
  content: "\e907";
}
.bi-layers-half:before {
  content: "\e908";
}
.bi-palette-fill:before {
  content: "\e909";
}
.bi-shield-check:before {
  content: "\e90a";
}
.bi-tags-fill:before {
  content: "\e90b";
}
