@font-face {
  font-family: 'pwmi';
  src:  url('./fonts/pwmi.eot?vempv8');
  src:  url('./fonts/pwmi.eot?vempv8#iefix') format('embedded-opentype'),
    url('./fonts/pwmi.ttf?vempv8') format('truetype'),
    url('./fonts/pwmi.woff?vempv8') format('woff'),
    url('./fonts/pwmi.svg?vempv8#pwmi') 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: 'pwmi' !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-icon_more:before {
  content: "\e920";
}
.icon-blank2:before {
  content: "\e91e";
}
.icon-keyboard_arrow_left:before {
  content: "\e905";
}
.icon-keyboard_arrow_down:before {
  content: "\e906";
}
.icon-keyboard_arrow_up:before {
  content: "\e909";
}
.icon-keyboard_arrow_right:before {
  content: "\e90a";
}
.icon-arrow-right:before {
  content: "\e90b";
}
.icon-arrow-left:before {
  content: "\e90c";
}
.icon-arrow-down:before {
  content: "\e90d";
}
.icon-arrow-up:before {
  content: "\e90e";
}
.icon-minus:before {
  content: "\e91a";
}
.icon-plus:before {
  content: "\e91b";
}
