@font-face {
	font-family: "Font Awesome 6 Solid";
	font-style: normal;
	font-weight: 900;
	font-display: block;
	src: url("../fonts/anc-fa-subset.woff2") format("woff2");
}

.fa,
.fas,
.fa-solid {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: var(--fa-display, inline-block);
	font-family: "Font Awesome 6 Solid";
	font-style: normal;
	font-variant: normal;
	font-weight: 900;
	line-height: 1;
	text-rendering: auto;
}

.fa-angle-down::before       { content: "\f107"; }
.fa-angles-right::before     { content: "\f101"; }
.fa-magnifying-glass::before { content: "\f002"; }
.fa-arrow-right-long::before { content: "\f178"; }
.fa-file-pdf::before         { content: "\f1c1"; }
.fa-x::before                { content: "X"; }
