@font-face {
  font-family: 'icomoon';
  src:  url('fnt/icomoon.eot?rgg649');
  src:  url('fnt/icomoon.eot?rgg649#iefix') format('embedded-opentype'),
    url('fnt/icomoon.ttf?rgg649') format('truetype'),
    url('fnt/icomoon.woff?rgg649') format('woff'),
    url('fnt/icomoon.svg?rgg649#icomoon') 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: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 1.1em;
  vertical-align: -0.1em;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-arrow-down:before {
  content: "\e900";
}
.icon-arrow-left:before {
  content: "\e901";
}
.icon-arrow-right:before {
  content: "\e902";
}
.icon-arrow-up:before {
  content: "\e903";
}
.icon-check:before {
  content: "\e904";
}
.icon-edit-3:before {
  content: "\e905";
}
.icon-lock:before {
  content: "\e906";
}
.icon-maximize:before {
  content: "\e907";
}
.icon-menu:before {
  content: "\e908";
}
.icon-plus:before {
  content: "\e909";
}
.icon-trash-2:before {
  content: "\e90a";
}
.icon-x:before {
  content: "\e90b";
}
.icon-zoom-in:before {
  content: "\e90c";
}
.icon-zoom-out:before {
  content: "\e90d";
}
/* custom styles */
.icon-menu.expanded:before {
  content: "\e90b";
}
