/**
 * Minimal Font Awesome subset used by the theme.
 * Icons: search, close, menu, angle-right, thumbs-up, thumbtack, bullhorn, sitemap.
 */

@font-face {
	font-family: "Font Awesome 6 Free";
	font-style: normal;
	font-weight: 900;
	font-display: swap;
	src: url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/webfonts/fa-solid-900.woff2") format("woff2");
}

@font-face {
	font-family: "Font Awesome 6 Free";
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/webfonts/fa-regular-400.woff2") format("woff2");
}

.fa-solid,
.fa-regular {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-family: "Font Awesome 6 Free";
	font-style: normal;
	font-variant: normal;
	line-height: 1;
	text-rendering: auto;
}

.fa-solid {
	font-weight: 900;
}

.fa-regular {
	font-weight: 400;
}

.fa-magnifying-glass::before { content: "\f002"; }
.fa-xmark::before { content: "\f00d"; }
.fa-bars::before { content: "\f0c9"; }
.fa-angle-right::before { content: "\f105"; }
.fa-thumbs-up::before { content: "\f164"; }
.fa-thumbtack::before { content: "\f08d"; }
.fa-bullhorn::before { content: "\f0a1"; }
.fa-sitemap::before { content: "\f0e8"; }
