@font-face {
    font-family: "FontAwesome";
    font-display: block;
    src: url(./webfonts/fa-solid-900.woff2) format("woff2");
}

@font-face {
    font-family: "FontAwesome";
    font-display: block;
    src: url(./webfonts/fa-brands.woff2) format("woff2");
}


.fa,
.fa-brands,
.fa-duotone,
.fa-light,
.fa-regular,
.fa-solid,
.fa-thin,
.fab,
.fad,
.fal,
.far,
.fas,
.fat {
    -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: "FontAwesome";
    font-weight: 900;
}

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

.fa-trash:before {
    content: "\f1f8";
}

.fa-times:before,
.fa-xmark:before {
    content: "\f00d";
}

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

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

.fa-home:before,
.fa-house:before {
    content: "\f015";
}

.fa-chalkboard-teacher:before,
.fa-chalkboard-user:before {
    content: "\f51c";
}

.fa-bars:before,
.fa-navicon:before {
    content: "\f0c9";
}

.fa-shopping-cart:before {
    content: "\f07a";
}

.fa-question-circle:before {
    content: "\f059";
}

.fa-chevron-down:before {
    content: "\f078";
}

.fa-chevron-left:before {
    content: "\f053";
}

.fa-chevron-right:before {
    content: "\f054";
}

.fa-chevron-up:before {
    content: "\f077";
}

.fa-info-circle:before {
    content: "\f05a";
}

.fa-graduation-cap:before,
.fa-mortar-board:before {
    content: "\f19d";
}

.fa-universal-access:before {
    content: "\f29a";
}

.fa-tasks:before {
    content: "\f0ae";
}

.fa-headset:before {
    content: "\f590";
}

.fa-instagram:before {
    content: "\f16d";
}

.fa-at:before {
    content: "\40";
}

.fa-envelope:before {
    content: "\f0e0";
}

.fa-paper-plane:before {
    content: "\f1d8";
}

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

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

.fa-angles-right:before {
    content: "\f101";
}

.fa-angle-left:before {
    content: "\f104";
}

.fa-angles-left:before {
    content: "\f100";
}