/* =========================================================
   Local icon set — no external CDN.
   Maps the icon class names used across the site to inline
   unicode glyphs / emoji via ::before content.
========================================================= */
.fa-solid, .fa-brands, .fa-regular {
  font-style: normal;
  font-family: var(--font-body);
  display: inline-block;
  line-height: 1;
}
.fa-solid::before, .fa-brands::before, .fa-regular::before { display: inline-block; }

/* Solid / UI icons */
.fa-graduation-cap::before { content: "\1F393"; }      /* 🎓 */
.fa-arrow-right::before { content: "\2192"; }          /* → */
.fa-location-dot::before { content: "\1F4CD"; }        /* 📍 */
.fa-magnifying-glass::before { content: "\1F50D"; }    /* 🔍 */
.fa-calendar::before { content: "\1F4C5"; }            /* 📅 */
.fa-users::before { content: "\1F465"; }               /* 👥 */
.fa-bars::before { content: "\2630"; }                 /* ☰ */
.fa-envelope::before { content: "\2709\FE0F"; }        /* ✉️ */
.fa-globe::before { content: "\1F310"; }               /* 🌐 */
.fa-cookie-bite::before { content: "\1F36A"; }         /* 🍪 */
.fa-map-location-dot::before { content: "\1F5FA\FE0F"; }/* 🗺️ */
.fa-clock::before { content: "\1F551"; }               /* 🕑 */
.fa-car::before { content: "\1F697"; }                 /* 🚗 */
.fa-wheelchair::before { content: "\267F"; }           /* ♿ */
.fa-ticket::before { content: "\1F39F\FE0F"; }         /* 🎟️ */
.fa-utensils::before { content: "\1F374"; }            /* 🍴 */
.fa-bed::before { content: "\1F6CF\FE0F"; }            /* 🛏️ */
.fa-camera::before { content: "\1F4F7"; }              /* 📷 */
.fa-tree::before { content: "\1F333"; }                /* 🌳 */
.fa-mountain::before { content: "\26F0\FE0F"; }        /* ⛰️ */
.fa-leaf::before { content: "\1F341"; }                /* 🍁 */
.fa-pizza-slice::before { content: "\1F355"; }         /* 🍕 */
.fa-ice-cream::before { content: "\1F368"; }           /* 🍨 */
.fa-anchor::before { content: "\2693"; }               /* ⚓ */
.fa-landmark::before { content: "\1F3DB\FE0F"; }       /* 🏛️ */
.fa-building-columns::before { content: "\1F3DB\FE0F"; }
.fa-circle-info::before { content: "\2139\FE0F"; }     /* ℹ️ */
.fa-star::before { content: "\2B50"; }                 /* ⭐ */
.fa-check::before { content: "\2714\FE0F"; }           /* ✔️ */
.fa-route::before { content: "\1F6E3\FE0F"; }          /* 🛣️ */
.fa-train::before { content: "\1F686"; }               /* 🚆 */
.fa-house::before { content: "\1F3E0"; }               /* 🏠 */
.fa-compass::before { content: "\1F9ED"; }             /* 🧭 */
.fa-book::before { content: "\1F4D6"; }                /* 📖 */
.fa-palette::before { content: "\1F3A8"; }             /* 🎨 */
.fa-binoculars::before { content: "\1F50E"; }          /* 🔎 */
.fa-paint-roller::before { content: "\1F58C\FE0F"; }   /* 🖌️ */

/* Brand icons */
.fa-facebook-f::before { content: "f"; font-weight: 700; }
.fa-instagram::before { content: "\1F4F8"; }           /* 📸 */
.fa-pinterest-p::before { content: "P"; font-weight: 700; }
.fa-youtube::before { content: "\25B6"; }              /* ▶ */
