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

i[class^="icon-"],
i[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon";
  /* speak: never; */
  font-size: medium;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-my-arrow-right:before {
  content: "\e902";
}
.icon-my-arrow-down:before {
  content: "\e901";
}
.icon-my-arrow-left:before {
  content: "\e900";
}
.icon-happy:before {
  content: "\e9df";
}
