/**
 * Font Awesome 5.15.1 subset — icons used in foatheme templates/blocks only.
 * @font-face rules are inlined via fa-font-display-swap.css on the fontawesome handle.
 */
.fas,
.fab {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
}

.fas {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
}

.fab {
	font-family: "Font Awesome 5 Brands";
	font-weight: 400;
}

.fa-arrow-right:before {
	content: "\f061";
}

.fa-arrow-left:before {
	content: "\f060";
}

.fa-bars:before {
	content: "\f0c9";
}

.fa-search:before {
	content: "\f002";
}

.fa-twitter:before {
	content: "\f099";
}

.fa-instagram:before {
	content: "\f16d";
}

.fa-youtube:before {
	content: "\f167";
}

.fa-facebook-f:before {
	content: "\f39e";
}

.fa-mastodon:before {
	content: "\f4f6";
}
