@font-face {
  font-family: 'icomoon';
  src:  url('../fonts/icomoon.eot?fak729');
  src:  url('../fonts/icomoon.eot?fak729#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?fak729') format('truetype'),
    url('../fonts/icomoon.woff?fak729') format('woff'),
    url('../fonts/icomoon.svg?fak729#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-square-empty:before {
  content: "\e902";
}
.icon-heart:before {
  content: "\e900";
}
.icon-heart-empty:before {
  content: "\e901";
}
.icon-plus:before {
  content: "\e905";
}
.icon-puzzle-cube:before {
  content: "\e906";
}
.icon-search:before {
  content: "\e907";
}
.icon-share:before {
  content: "\e908";
}
.icon-sign:before {
  content: "\e90a";
}
.icon-square:before {
  content: "\e90c";
}
.icon-pencil:before {
  content: "\e909";
}
.icon-droplet:before {
  content: "\e90b";
}
.icon-checkmark:before {
  content: "\ea10";
}
.icon-checkmark-empty:before {
  content: "\ea11";
}
.icon-play3:before {
  content: "\ea1c";
}
.icon-arrow-right:before {
  content: "\ea3c";
}
.icon-arrow-left:before {
  content: "\ea40";
}
