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

.fa,
.fas,
.fa-solid {
	font-family: "Font Awesome 7 Free";
	font-weight: 900;
	font-style: normal;
	font-variant: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

/* Applied IT Solutions legacy FA class compatibility */

.fa-file-pdf-o::before {
	content: "\f1c1";
}

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

.fa-link::before {
	content: "\f0c1";
}

.fa-cogs::before {
	content: "\f085";
}

.fa-check-circle::before {
	content: "\f058";
}

.fa-bar-chart::before {
	content: "\f080";
}

.fa-shield::before {
	content: "\f132";
}

.fa-sitemap::before {
	content: "\f0e8";
}

.fa-refresh::before {
	content: "\f021";
}

.fa-line-chart::before {
	content: "\f201";
}

.fa-angle-right::before {
	content: "\f105";
}

.fa-angle-up::before {
	content: "\f106";
}

.fa-database::before {
	content: "\f1c0";
}