
@font-face {
    font-family: "font-awesome";
    src: url("../fonts/fa-solid-900.ttf");
}

.fas,
.fa-solid , .fa{
    font-family: "font-awesome";
    font-style: normal;
}

.fa-heart-o:before {
    content: "\f08a"
}
.fa-angle-right:before {
    content: "\f105"
}
.fa-file-circle-plus:before {
    content: "\e494"
}
.fa-angle-double-right:before {
    content: "\f101"
}
.fa-trash:before{
    content: "\f1f8";
}
.fa-magnifying-glass:before{
    content: "\f002";
}