@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");

@font-face {
  font-family: icons;
  src: url("../fonts/icons.eot") format("embedded-opentype"),
    url("../fonts/icons.ttf") format("truetype"),
    url("../fonts/icons.woff") format("woff"),
    url("../fonts/icons.svg") format("svg");

  font-weight: normal;
  font-style: normal;
  font-display: block;
}

i {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icons" !important;
  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;
}

.i-trash:before {
  content: "\e910";
}

.i-graph:before {
  content: "\e90f";
}

.i-check:before {
  content: "\e900";
}

.i-config:before {
  content: "\e90d";
}

.i-plus:before {
  content: "\e90b";
}

.i-close:before {
  content: "\e90c";
}

.i-profile:before {
  content: "\e90a";
}

.i-export:before {
  content: "\e901";
}

.i-edit:before {
  content: "\e907";
}

.i-exclamation:before {
  content: "\e908";
}

.i-question:before {
  content: "\e909";
}

.i-dashboard:before {
  content: "\e902";
}

.i-logout:before {
  content: "\e903";
}

.i-search:before {
  content: "\e904";
}

.i-phone:before {
  content: "\e905";
}

.i-wave:before {
  content: "\e906";
}

.i-calendar:before {
  content: "\e90e";
}

.i-discount:before {
  content: "\e911";
}
