@font-face {
    font-family: "Tasfia Landing Icons";
    src: url("../fonts/tasfia-landing-solid.woff2") format("woff2");
    font-display: swap;
    font-style: normal;
    font-weight: 900;
}

@font-face {
    font-family: "Tasfia Landing Brands";
    src: url("../fonts/tasfia-landing-brands.woff2") format("woff2");
    font-display: swap;
    font-style: normal;
    font-weight: 400;
}

.fas,
.fab {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}

.fas {
    font-family: "Tasfia Landing Icons";
    font-weight: 900;
}

.fab {
    font-family: "Tasfia Landing Brands";
    font-weight: 400;
}

.fa-2x { font-size: 2em; }
.fa-arrow-left::before { content: "\f060"; }
.fa-arrow-right::before { content: "\f061"; }
.fa-building::before { content: "\f1ad"; }
.fa-certificate::before { content: "\f0a3"; }
.fa-check::before { content: "\f00c"; }
.fa-city::before { content: "\f64f"; }
.fa-clock::before { content: "\f017"; }
.fa-cogs::before { content: "\f085"; }
.fa-envelope::before { content: "\f0e0"; }
.fa-gas-pump::before { content: "\f52f"; }
.fa-gavel::before { content: "\f0e3"; }
.fa-handshake::before { content: "\f2b5"; }
.fa-hotel::before { content: "\f594"; }
.fa-industry::before { content: "\f275"; }
.fa-leaf::before { content: "\f06c"; }
.fa-map-marker-alt::before { content: "\f3c5"; }
.fa-medal::before { content: "\f5a2"; }
.fa-parking::before { content: "\f540"; }
.fa-phone-alt::before { content: "\f879"; }
.fa-shield-alt::before { content: "\f3ed"; }
.fa-store::before { content: "\f54e"; }
.fa-tools::before { content: "\f7d9"; }
.fa-utensils::before { content: "\f2e7"; }
.fa-warehouse::before { content: "\f494"; }
.fa-whatsapp::before { content: "\f232"; }
.fa-wrench::before { content: "\f0ad"; }
