@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css');

.fa-home:before { content: "\f015"; }
.fa-user:before { content: "\f007"; }
.fa-trophy:before { content: "\f091"; }
.fa-download:before { content: "\f019"; }
.fa-book:before { content: "\f02d"; }
.fa-envelope:before { content: "\f0e0"; }
.fa-shield:before { content: "\f132"; }
.fa-sword:before { content: "\f71c"; }
.fa-users:before { content: "\f0c0"; }
.fa-calendar:before { content: "\f073"; }
.fa-gift:before { content: "\f06b"; }

.fa {
    font-family: "Font Awesome 6 Free", "Font Awesome 6 Pro";
    font-weight: 900;
}

.fa, .fas, .far, .fal, .fab {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}