@font-face {
  font-family: 'icomoon';
  src:  url('fonts/icomoon.eot?ac08rg');
  src:  url('fonts/icomoon.eot?ac08rg#iefix') format('embedded-opentype'),
    url('fonts/icomoon.ttf?ac08rg') format('truetype'),
    url('fonts/icomoon.woff?ac08rg') format('woff'),
    url('fonts/icomoon.svg?ac08rg#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: 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-forbidden:before {
  content: "\e90c";
}
.icon-locked:before {
  content: "\e90b";
}
.icon-section-qa:before {
  content: "\e900";
}
.icon-msg-alert:before {
  content: "\e901";
}
.icon-msg-error:before {
  content: "\e902";
}
.icon-msg-info:before {
  content: "\e903";
}
.icon-msg-success:before {
  content: "\e904";
}
.icon-newsletter:before {
  content: "\e905";
}
.icon-search:before {
  content: "\e906";
}
.icon-section-bible:before {
  content: "\e907";
}
.icon-section-cmt:before {
  content: "\e908";
}
.icon-section-dict:before {
  content: "\e909";
}
.icon-section-shop:before {
  content: "\e90a";
}
