@font-face {
    font-family: 'NavbarIcons';
    src: url('Fonts/NavbarIcons.woff?1029uu') format('woff');
    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: 'NavbarIcons' !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-book:before {
    content: "\e900";
  }
  .icon-constellation:before {
    content: "\e901";
  }
  .icon-diamond-card:before {
    content: "\e902";
  }
  .icon-eye:before {
    content: "\e903";
  }
  .icon-hourglass:before {
    content: "\e904";
  }
  .icon-planet:before {
    content: "\e905";
  }
  .icon-potion:before {
    content: "\e906";
  }
  .icon-scroll-3:before {
    content: "\e907";
  }
  