/*!
 * Font Awesome 6.1.1 – Subset (17 icons only)
 * Full library: https://fontawesome.com
 * Generated: Only icons used by the Sadan Investment theme are included.
 * Saves ~75 KB compared to loading all.css
 */

/* ── Core font-face (served locally — no external CDN dependency) ── */
@font-face {
  font-family: "Font Awesome 6 Free";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url("../fonts/fontawesome/fa-solid-subset.woff2") format("woff2");
}

/* ── Base rules ─────────────────────────────────────────────────── */
.fa, .fas, .fa-solid {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
}

/* ── Spin animation (used with fa-spinner) ──────────────────────── */
.fa-spin {
  animation: fa-spin 2s linear infinite;
}
@keyframes fa-spin {
  0%   { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/* ── Icon definitions (only used icons) ────────────────────────── */
.fa-angle-down::before     { content: "\f107"; }
.fa-bars::before           { content: "\f0c9"; }
.fa-building::before       { content: "\f1ad"; }
.fa-check::before          { content: "\f00c"; }
.fa-crosshairs::before     { content: "\f05b"; }
.fa-eye::before            { content: "\f06e"; }
.fa-heart::before          { content: "\f004"; }
.fa-info::before           { content: "\f129"; }
.fa-map-marker-alt::before { content: "\f3c5"; } /* FA6 location-dot */
.fa-location-dot::before   { content: "\f3c5"; }
.fa-minus::before          { content: "\f068"; }
.fa-plus::before           { content: "\f067"; }
.fa-search::before         { content: "\f002"; } /* FA6 magnifying-glass */
.fa-magnifying-glass::before{ content: "\f002"; }
.fa-spinner::before        { content: "\f110"; }
.fa-times::before          { content: "\f00d"; } /* FA6 xmark */
.fa-xmark::before          { content: "\f00d"; }
.fa-user::before           { content: "\f007"; }
.fa-user-plus::before      { content: "\f234"; }
