@font-face {
  font-family: 'DSME-Icons';
  src:  url('../fonts/dsme/DSME-Icons.eot?o8t7en');
  src:  url('../fonts/dsme/DSME-Icons.eot?o8t7en#iefix') format('embedded-opentype'),
    url('../fonts/dsme/DSME-Icons.ttf?o8t7en') format('truetype'),
    url('../fonts/dsme/DSME-Icons.woff?o8t7en') format('woff'),
    url('../fonts/dsme/DSME-Icons.svg?o8t7en#DSME-Icons') format('svg');
  font-weight: normal;
  font-style: normal;
}

.di {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'DSME-Icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 1;
  transform: translate(0, 0);

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

.di-message-circle:before {
  content: "\e901";
}

.di-transfer:before {
  content: "\e900";
}

.di-cursor-hand:before {
  content: "\e902";
}

.di-cursor-minus:before {
  content: "\e903";
}

.di-cursor-plus:before {
  content: "\e904";
}

.di-cursor-select:before {
  content: "\e905";
}
