/*  font awesome customize for minisite
    support both solid and brand, without fas or fab prefix
    support classes from version 4  */

.fa:before, [class^="fa-"]:before {
    font-family: 'Font Awesome 5 Free Regular', 'Font Awesome 5 Free Solid', 'Font Awesome 5 Brands';
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-weight: 400;
}

.fa-group:before {
    content: "\f0c0";
}

.fa-area-chart:before {
    content: "\f1fe";
}

.fa-mail-reply-all:before {
    content: "\f122";
}

.fa-shekel:before {
    content: "\f20b";
}

.fa-sheqel:before {
    content: "\f20b";
}

.fa-ils:before {
    content: "\f20b";
}

.fa-file-text-o:before {
    content: "\f15c";
}

.fa-check-square-o:before {
    content: "\f14a";
}

.fa-money:before {
    content: "\f3d1";
}

.fa-chain:before {
    content: "\f0c1";
}

.fa-share-square-o:before {
    content: "\f14d";
}

