@font-face {
    font-family: "Font Awesome 6 Sharp";
    font-style: normal;
    font-weight: 900;
    font-display: block;
    src: url("/assets/vendor/fa-sharp-solid-900.woff2") format("woff2");
}

.fa-sharp,
.fa-solid {
    display: inline-block;
    width: 1.05em;
    margin-right: .55em;
    font-family: "Font Awesome 6 Sharp";
    font-style: normal;
    font-weight: 900;
    line-height: 1;
    text-align: center;
}

.fa-download::before {
    content: "\f019";
}

.fa-book-open::before {
    content: "\f518";
}

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

.fa-box-open::before {
    content: "\f49e";
}

.fa-message-lines::before {
    content: "\e1d5";
}

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