@font-face {
  font-family: "icomoon";
  src: url("fonts/icomoon.eot?ysv4n5");
  src: url("fonts/icomoon.eot?ysv4n5#iefix") format("embedded-opentype"),
    url("fonts/icomoon.ttf?ysv4n5") format("truetype"),
    url("fonts/icomoon.woff?ysv4n5") format("woff"),
    url("fonts/icomoon.svg?ysv4n5#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !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;
}

.icon-lab:before {
  content: "\e909";
}
.icon-family:before {
  content: "\e90a";
}
.icon-dollar:before {
  content: "\e903";
}
.icon-setting:before {
  content: "\e906";
}
.icon-pie:before {
  content: "\e907";
}
.icon-case:before {
  content: "\e908";
}
.icon-arrow-right:before {
  content: "\e904";
}
.icon-arrow-left:before {
  content: "\e905";
}
.icon-usser:before {
  content: "\e900";
}
.icon-calendar:before {
  content: "\e901";
}
.icon-chat:before {
  content: "\e902";
}
