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

.fa,
.fas {
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-variant: normal;
    font-weight: 900;
    line-height: 1;
    text-rendering: auto;
}

.fa-spin {
    animation: fa-spin 1s infinite linear;
}

@keyframes fa-spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.fa-award::before { content: "\f559"; }
.fa-bell::before { content: "\f0f3"; }
.fa-calendar-alt::before { content: "\f073"; }
.fa-calendar-check::before { content: "\f274"; }
.fa-cash-register::before { content: "\f788"; }
.fa-chalkboard-teacher::before { content: "\f51c"; }
.fa-check::before { content: "\f00c"; }
.fa-child::before { content: "\f1ae"; }
.fa-clipboard-check::before { content: "\f46c"; }
.fa-comments::before { content: "\f086"; }
.fa-edit::before { content: "\f044"; }
.fa-envelope::before { content: "\f0e0"; }
.fa-home::before { content: "\f015"; }
.fa-money-check-alt::before { content: "\f53d"; }
.fa-paper-plane::before { content: "\f1d8"; }
.fa-question-circle::before { content: "\f059"; }
.fa-school::before { content: "\f549"; }
.fa-shield-alt::before { content: "\f3ed"; }
.fa-spinner::before { content: "\f110"; }
.fa-th-large::before { content: "\f009"; }
.fa-user-friends::before { content: "\f500"; }
.fa-user-graduate::before { content: "\f501"; }
.fa-users::before { content: "\f0c0"; }
.fa-wallet::before { content: "\f555"; }
