@font-face {
  font-family: 'Iconsax';
  src: url('https://dl.dropbox.com/s/jss323gz22axkpe/Iconsax.eot');
  src: url('https://dl.dropbox.com/s/jss323gz22axkpe/Iconsax.eot') format('embedded-opentype'),
    url('https://dl.dropbox.com/s/5uo8h9yphsoq3n0/Iconsax.ttf') format('truetype'),
    url('https://dl.dropbox.com/s/ihq84fkzmcybwdr/Iconsax.woff') format('woff'),
    url('https://dl.dropbox.com/s/41y5x17obw6d3vf/Iconsax.svg') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

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

.isax-bell-2:before {
  content: "\e900";
}

.isax-bell-1:before {
  content: "\e901";
}

.isax-message:before {
  content: "\e902";
}

.isax-note-text:before {
  content: "\e908";
}

.isax-star:before {
  content: "\e909";
}

.isax-repeat:before {
  content: "\e90a";
}

.isax-heart:before {
  content: "\e90b";
}

.isax-picture-add:before {
  content: "\e90c";
}