@font-face {
    font-family: 'custom-icons';
    src: url('./custom-icons.woff') format('woff'),
         url('./custom-icons.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
  }
  
  .ci {
    font-family: 'custom-icons' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  
  .ci-dlens:before { content: "\e900"; }
  .ci-dmind:before { content: "\e901"; }
  .ci-dlens2:before { content: "\e902"; }
  