@font-face {
  font-family: "icomoon";
  src: url("../assets/fonts/icomoon.eot?imifjr");
  src: url("../assets/fonts/icomoon.eot?imifjr#iefix")
      format("embedded-opentype"),
    url("../assets/fonts/icomoon.ttf?imifjr") format("truetype"),
    url("../assets/fonts/icomoon.woff?imifjr") format("woff"),
    url("../assets/fonts/icomoon.svg?imifjr#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 assets/fonts */
  font-family: "icomoon" !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;
}

.icon-up-arrow:before {
  content: "\e906";
}
.icon-right-arrow:before {
  content: "\e907";
}
.icon-down-arrow:before {
  content: "\e908";
}
.icon-left-arrow:before {
  content: "\e909";
}
.icon-battery:before {
  content: "\e90a";
}
.icon-settings:before {
  content: "\e90b";
}
.icon-moon:before {
  content: "\e900";
}
.icon-sun:before {
  content: "\e901";
}
.icon-points:before {
  content: "\e902";
}
.icon-gear-shift:before {
  content: "\e903";
}
.icon-heartbeat:before {
  content: "\e904";
}
.icon-rainbow:before {
  content: "\e905";
}
.icon-wrench:before {
  content: "\e991";
}
.icon-plus:before {
  content: "\e90c";
}
