@font-face {
  font-family: 'icon-binyousef';
  src:  url('../fonts/icon-binyousef.eot?35j0fc');
  src:  url('../fonts/icon-binyousef.eot?35j0fc#iefix') format('embedded-opentype'),
    url('../fonts/icon-binyousef.ttf?35j0fc') format('truetype'),
    url('../fonts/icon-binyousef.woff?35j0fc') format('woff'),
    url('../fonts/icon-binyousef.svg?35j0fc#binyousef') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

.by-icon {
  font-family: 'icon-binyousef' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.by-arrow-left:before {
  content: "\e902";
}
.by-arrow-right:before {
  content: "\e903";
}
.by-long-arrow-left:before {
  content: "\e900";
}
.by-long-arrow-right:before {
  content: "\e901";
}
