@font-face {
  font-family: 'mnky-icons';
  src:  url('../fonts/mnky-icon-font/mnky-icons.eot?h1bzy');
  src:  url('../fonts/mnky-icon-font/mnky-icons.eot?h1bzy#iefix') format('embedded-opentype'),
    url('../fonts/mnky-icon-font/mnky-icons.ttf?h1bzy') format('truetype'),
    url('../fonts/mnky-icon-font/mnky-icons.woff?h1bzy') format('woff'),
    url('../fonts/mnky-icon-font/mnky-icons.svg?h1bzy#mnky-icons') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="mnky-icon"], [class*=" mnky-icon"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'mnky-icons' !important;
  display:inline-block;
  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;
}

.mnky-icon-close:before {
  content: "\e5cd";
}
.mnky-icon-error:before {
  content: "\e000";
}
.mnky-icon-arrow_up:before {
  content: "\e5ce";
}
.mnky-icon-quote:before {
  content: "\e244";
}
.mnky-icon-star:before {
  content: "\e838";
}
.mnky-icon-arrow_down:before {
  content: "\e313";
}
.mnky-icon-arrow_left:before {
  content: "\e314";
}
.mnky-icon-arrow_right:before {
  content: "\e315";
}
.mnky-icon-search:before {
  content: "\e8b6";
}
.mnky-icon-star_border:before {
  content: "\2606";
}
.mnky-icon-reply:before {
  content: "\e8e4";
}
.mnky-icon-chat_bubble_outline:before {
  content: "\e900";
}
.mnky-icon-chat_bubble:before {
  content: "\e901";
}
.mnky-icon-announcement:before {
  content: "\e903";
}
.mnky-icon-pin:before {
  content: "\e906";
}


