/*!
 * Font Awesome Free 6.7.2 - Minimal Subset
 * Only icons used in this theme (~3KB vs ~90KB full)
 * License: https://fontawesome.com/license/free
 */

/* Base */
.fa,.fas,.far,.fab,
.fa-solid,.fa-regular,.fa-brands{
  -moz-osx-font-smoothing:grayscale;
  -webkit-font-smoothing:antialiased;
  display:inline-block;
  font-style:normal;
  font-variant:normal;
  line-height:1;
  text-rendering:auto;
}

/* Font Face - Solid (900) */
@font-face{
  font-family:'Font Awesome 6 Free';
  font-style:normal;
  font-weight:900;
  font-display:swap;
  src:url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.7.2/webfonts/fa-solid-900.woff2') format('woff2');
}

/* Font Face - Regular (400) */
@font-face{
  font-family:'Font Awesome 6 Free';
  font-style:normal;
  font-weight:400;
  font-display:swap;
  src:url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.7.2/webfonts/fa-regular-400.woff2') format('woff2');
}

/* Font Face - Brands (400) */
@font-face{
  font-family:'Font Awesome 6 Brands';
  font-style:normal;
  font-weight:400;
  font-display:swap;
  src:url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.7.2/webfonts/fa-brands-400.woff2') format('woff2');
}

/* Family mapping */
.fa-solid,.fas{font-family:'Font Awesome 6 Free';font-weight:900}
.fa-regular,.far{font-family:'Font Awesome 6 Free';font-weight:400}
.fa-brands,.fab{font-family:'Font Awesome 6 Brands';font-weight:400}

/* === Solid Icons === */
.fa-circle-xmark::before{content:"\f057"}
.fa-circle-check::before{content:"\f058"}
.fa-triangle-exclamation::before{content:"\f071"}
.fa-link::before{content:"\f0c1"}
.fa-paper-plane::before{content:"\f1d8"}
.fa-external-link-alt::before{content:"\f35d"}
.fa-arrow-up-right-from-square::before{content:"\f35d"}
.fa-location-dot::before{content:"\f3c5"}
.fa-face-sad-cry::before{content:"\f5b3"}

/* === Regular Icons === */
.fa-clock::before{content:"\f017"}
.fa-eye::before{content:"\f06e"}

/* === Brand Icons === */
.fa-facebook::before{content:"\f09a"}
.fa-facebook-f::before{content:"\f39e"}
.fa-linkedin-in::before{content:"\f0e1"}
.fa-pinterest::before{content:"\f0d2"}
.fa-whatsapp::before{content:"\f232"}
.fa-telegram::before{content:"\f2c6"}
.fa-x-twitter::before{content:"\e61b"}
