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

.di::before,
[class^="di-"]::before,
[class*=" di-"]::before {
  display: inline-block;
  font-family: "custom-bootstrap-icon-font" !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-alarm::before { content: "\e008"; }
.di-arrow-right-circle-fill::before { content: "\e001"; }
.di-basket-fill::before { content: "\e009"; }
.di-people::before { content: "\e007"; }
