﻿@font-face {
    font-family: "Font Awesome 6 Free";
    font-style: normal;
    font-weight: 900;
    font-display: block;
    src: url(fa-solid-900.woff2) format("woff2"),
	     url(fa-solid-900.ttf) format("truetype"),
	     url(fa-regular-400.woff2) format("woff2"),
		 url(fa-regular-400.ttf) format("truetype");
}
.fas {
    font-family: "Font Awesome 6 Free"
}
.fa-book:before {
    content: "\f02d";
}
.fa-hands-helping:before{
    content: "\f4c4";
}
.fa-calendar-alt:before{
    content: "\f073";
}
.fa-circle-question:before{
	content: "\f059";
}