@font-face {
	font-family: "gallop";
	src: url("fonts/gallop.ttf?1bc0uk") format("truetype"),
		url("fonts/gallop.woff?1bc0uk") format("woff"),
		url("fonts/gallop.svg?1bc0uk#gallop") format("svg");
	font-weight: normal;
	font-style: normal;
	font-display: block;
}

[class^="gallop-icon-"],
[class*=" gallop-icon-"] {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: "gallop" !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;
}

.gallop-icon-ios-arrow-down:before {
	content: "\f3d0";
}
.gallop-icon-ios-arrow-right:before {
	content: "\f3d3";
}
.gallop-icon-ios-arrow-thin-down:before {
	content: "\f3d4";
}
.gallop-icon-checkmark:before {
	content: "\f122";
}
.gallop-icon-arrow-right-c:before {
	content: "\f10b";
}
