@font-face {
  font-family: 'icomoon';
  src:  url('fonts/icomoon.eot?be3upo');
  src:  url('fonts/icomoon.eot?be3upo#iefix') format('embedded-opentype'),
    url('fonts/icomoon.ttf?be3upo') format('truetype'),
    url('fonts/icomoon.woff?be3upo') format('woff'),
    url('fonts/icomoon.svg?be3upo#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__arrow-bottom:before {
  content: "\e900";
}
.icon__arrow-left:before {
  content: "\e901";
}
.icon__arrow-right:before {
  content: "\e902";
}
.icon__arrow-top:before {
  content: "\e903";
}
