@font-face {
    font-family: 'fontello';
    src: url(../fonts/fontello.woff2?48365249) format('woff2');
    font-weight: 400;
    font-style: normal;
  }
  
  [class*=" icon-"]:before,
  [class^=icon-]:before {
    font-family: "fontello";
    font-style: normal;
    font-weight: 400;
    speak: never;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: .2em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  
  .icon-left-open:before {
    content: '\e800';
  }
  
  .icon-lock:before {
    content: '\e801';
  }
  
  .icon-user:before {
    content: '\e802';
  }
  