/* stylelint-disable */

@font-face {
	font-family: 'bf-icons';
	src:
		url('bf-icons.ttf?d3bnxl') format('truetype'),
		url('bf-icons.woff?d3bnxl') format('woff'),
		url('bf-icons.svg?d3bnxl#bf-icons') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: block;
}

.bf {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: 'bf-icons' !important;
	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;
}

.bf.bf-long-arrow-left:before {
	content: "\e900";
}
.bf.bf-long-arrow-right:before {
	content: "\e901";
}
.bf.bf-long-arrow-down:before {
	content: "\e902";
}
.bf.bf-chevron-down:before {
	content: "\e903";
}
.bf.bf-chevron-up:before {
	content: "\e904";
}
