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

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  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-pencil:before {
  content: "\e906";
}
.icon-pen:before {
  content: "\e907";
}
.icon-edit:before {
  content: "\e908";
}
.icon-addressbook:before {
  content: "\e909";
}
.icon-clipboard:before {
  content: "\e90a";
}
.icon-arrow-right2:before {
  content: "\ea3c";
}
.icon-arrow-left2:before {
  content: "\ea40";
}
.icon-circle-right:before {
  content: "\ea42";
}
.icon-circle-left:before {
  content: "\ea44";
}
.icon-cheveron-left:before {
  content: "\e900";
}
.icon-cheveron-right:before {
  content: "\e901";
}
.icon-user:before {
  content: "\e902";
}
.icon-user-group:before {
  content: "\e903";
}
.icon-user-solid-circle:before {
  content: "\e904";
}
.icon-user-solid-square:before {
  content: "\e905";
}
