@font-face {
    font-family: 'icomoon';
    src: url("../../fonts/font-icon/icomoon.eot");
    src: url("../../fonts/font-icon/icomoon.eot") format("embedded-opentype"), url("../../fonts/font-icon/icomoon.ttf") format("truetype"), url("../../fonts/font-icon/icomoon.woff") format("woff"), url("../../fonts/font-icon/icomoon.svg") 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-keyboard_arrow_up:before {
    content: "\e903";
  }
  .icon-keyboard_arrow_right:before {
    content: "\e904";
  }
  .icon-keyboard_arrow_left:before {
    content: "\e905";
  }
  .icon-keyboard_arrow_down:before {
    content: "\e906";
  }
  .icon-burger-menu-svgrepo-com:before {
    content: "\e900";
  }
  .icon-home:before {
    content: "\e901";
  }
  .icon-user:before {
    content: "\e902";
  }
  .icon-close:before {
    content: "\e90a";
  }
  .icon-location:before {
    content: "\e90c";
  }
  .icon-lock:before {
    content: "\e90d";
  }
  .icon-notification-7-svgrepo-com:before {
    content: "\e90e";
  }
  .icon-search:before {
    content: "\e90f";
  }