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

.fa,
.fas {
    -moz-osx-font-smoothing: grayscale;
    -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-calendar-check::before {
    content: "\f274";
}

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

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

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

.fa-heart::before {
    content: "\f004";
}

.fa-lightbulb::before {
    content: "\f0eb";
}

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

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

.fa-university::before {
    content: "\f19c";
}
