/*!
 * Font Awesome Minimal Subset for M M Info Care
 * Contains only the 17 icons actually used on the site
 * Original: 18.2 KiB | This subset: ~1.5 KiB (92% smaller!)
 */

/* Font Awesome Base Styles */
.fa,
.fas,
.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;
}

/* Font Awesome Solid Icons */
.fas {
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
}

/* Font Awesome Brand Icons */
.fab {
    font-family: 'Font Awesome 6 Brands';
    font-weight: 400;
}

/* Individual Icon Glyphs - Only the 17 icons we use */

/* Solid Icons (12 icons) */
.fa-laptop-code::before {
    content: "\f5fc";
}

.fa-shopping-cart::before {
    content: "\f07a";
}

.fa-mobile-alt::before {
    content: "\f3cd";
}

.fa-code::before {
    content: "\f121";
}

.fa-search::before {
    content: "\f002";
}

.fa-check-circle::before {
    content: "\f058";
}

.fa-calendar-alt::before {
    content: "\f073";
}

.fa-headset::before {
    content: "\f590";
}

.fa-star::before {
    content: "\f005";
}

.fa-phone::before {
    content: "\f095";
}

.fa-envelope::before {
    content: "\f0e0";
}

.fa-arrow-up::before {
    content: "\f062";
}

/* Brand Icons (5 icons) */
.fa-instagram::before {
    content: "\f16d";
}

.fa-google-play::before {
    content: "\f3ab";
}

.fa-facebook-f::before {
    content: "\f39e";
}

.fa-linkedin-in::before {
    content: "\f0e1";
}

.fa-whatsapp::before {
    content: "\f232";
}