@font-face {
  font-display: block;
  font-family: "custom-bootstrap-icons";
  src: url("./custom-bootstrap-icons.woff2?v=1782719089") format("woff2"), url("./custom-bootstrap-icons.woff?v=1782719089") format("woff");
  font-weight: normal;
  font-style: normal;
}

.di::before,
[class^="di-"]::before,
[class*=" di-"]::before {
  display: inline-block;
  font-family: "custom-bootstrap-icons" !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: -0.125em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.di-x-circle::before { content: "\e001"; }
