@import "breakpoint";

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

.h-icon {
	font-family: 'haystack-icomoon' !important;
	font-size: 15px !important;
	top: 4px;
	left: 3px;
}
.h-icon-haystack:before {
  content: "\e903";
}