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

[class^="icon-"], [class*=" icon-"] {
  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-dark-mode-icon:before {
  content: "\e907";
}
.icon-light-mode-icon:before {
  content: "\e908";
}
.icon-search-icon:before {
  content: "\e906";
}
.icon-arrow-angle-icon:before {
  content: "\e900";
}
.icon-arrow-right-icon:before {
  content: "\e901";
}
.icon-bookmark-check-icon:before {
  content: "\e902";
}
.icon-bookmark-icon:before {
  content: "\e903";
}
.icon-comment-icon:before {
  content: "\e904";
}
.icon-eye-icon:before {
  content: "\e905";
}