@font-face {
	font-family: "custom-icons";
	src: url("custom-icons.eot?badc3fb3bddc4513900d5ba65666d470?#iefix") format("embedded-opentype"),
url("custom-icons.woff2?badc3fb3bddc4513900d5ba65666d470") format("woff2"),
url("custom-icons.woff?badc3fb3bddc4513900d5ba65666d470") format("woff");
}

.custom {
	line-height: 1;
}

.custom:before {
	font-family: custom-icons !important;
	font-style: normal;
	font-weight: normal !important;
	vertical-align: top;
}

.custom-heart:before {
	content: "\f101";
}
.custom-fukidashi:before {
	content: "\f102";
}
.custom-arrow2:before {
	content: "\f103";
}
