/* ----------------------------------------------------------
   FONT AWESOME MINIMAL SELF-HOSTED (SOLID + BRANDS)
---------------------------------------------------------- */

/* SOLID ICONS (fas) */
@font-face {
  font-family: "Font Awesome 6 Free";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url("/OSS/webfonts/fa-solid-900.woff2") format("woff2"),
       url("/OSS/webfonts/fa-solid-900.woff") format("woff");
}

/* BRAND ICONS (fab) */
@font-face {
  font-family: "Font Awesome 6 Brands";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/OSS/webfonts/fa-brands-400.woff2") format("woff2"),
       url("/OSS/webfonts/fa-brands-400.woff") format("woff");
}

/* Base FA class */
.fa, .fas {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  display: inline-block;
  font-style: normal;
  line-height: 1;
}

/* brand icons */
.fab {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
  display: inline-block;
  font-style: normal;
  line-height: 1;
}

/* ---------------- SOLID ICONS ---------------- */
.fa-laptop-code:before { content: "\f5fc"; }
.fa-shopping-cart:before { content: "\f07a"; }
.fa-cogs:before { content: "\f085"; }
.fa-code:before { content: "\f121"; }
.fa-tools:before { content: "\f7d9"; }
.fa-mobile-alt:before { content: "\f3cd"; }
.fa-paint-brush:before { content: "\f1fc"; }
.fa-laptop:before { content: "\f109"; }
.fa-chart-line:before { content: "\f201"; }
.fa-paper-plane:before { content: "\f1d8"; }
.fa-phone-alt:before { content: "\f879"; } /* IMPORTANT */

/* ---------------- BRAND ICONS ---------------- */
.fa-facebook-f:before { content: "\f39e"; }
.fa-twitter:before { content: "\f099"; }
.fa-linkedin-in:before { content: "\f0e1"; }
.fa-instagram:before { content: "\f16d"; }
.fa-pinterest:before { content: "\f0d2"; }
.fa-whatsapp:before { content: "\f232"; } 
.fa-envelope:before { content: "\f0e0"; }
.fa-map-marker:before {content: "\f041";}
.fa-heart:before {content: "\f004";}
.fa-user:before {
    content: "\f007";  /* Font Awesome Unicode for user */
}

.fa-envelope:before {
    content: "\f0e0";  /* Font Awesome Unicode for envelope */
}

.fa-phone:before {
    content: "\f095";  /* Font Awesome Unicode for phone */
}

.fa-comment-dots:before {
    content: "\f4ad";  /* Font Awesome Unicode for comment-dots */
}




/* -------- Gradient Icon Utility -------- */
.icon-gradient {
  background: linear-gradient(135deg, #ec4899 0%, #8b5cf6 50%, #6366f1 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
