@font-face {
    font-family: 'Font Awesome 6 Free';
    font-style: normal;
    font-weight: 900;
    font-display: block;
    src: url("../webfonts/fa-solid-900.woff2") format("woff2"), url("../webfonts/fa-solid-900.ttf") format("truetype"); }

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

.fa-user-plus::before {
    content: "\f234"; 
}

.fa-user-slash::before {
	content: "\f506"; 
}

.fa-undo-alt::before {
    content: "\f2ea"; 
}

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

.fa-file-download::before {
	content: "\f56d"; 
}

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

.fa-sign-in-alt::before{
	content: "\f2f6";
}

.fa-sign-out-alt::before{
	content: "\f2f5";
}

.fa-angle-down::before{
	content: "\f107";
}

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

.fa-user::before{
	content: "\f007";
}

.fa-folder::before{
	content: "\f07b";
}

.fa-key::before{
	content: "\f084";
}

.fa-phone::before{
	content: "\f095";
}

.fa-fax::before{
	content: "\f1ac";
}

.fa-map-location-dot::before{
	content: "\f5a0";
}
