/* Font Awesome Icons - Simplified version for offline use */
@font-face {
    font-family: 'Font Awesome 6 Free';
    font-style: normal;
    font-weight: 900;
    font-display: block;
}

.fas, .fa-solid {
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
}

.fab, .fa-brands {
    font-family: 'Font Awesome 6 Brands';
    font-weight: 400;
}

/* Icon base styles */
.fa, .fas, .far, .fal, .fad, .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;
}

/* Icon content using Unicode */
.fa-home:before {
    content: "🏠";
}

.fa-utensils:before {
    content: "🍴";
}

.fa-percentage:before {
    content: "%";
}

.fa-user:before {
    content: "👤";
}

.fa-users:before {
    content: "👥";
}

.fa-bed:before {
    content: "🛏️";
}

.fa-child:before {
    content: "👶";
}

.fa-expand:before {
    content: "⛶";
}

.fa-train:before {
    content: "🚊";
}

.fa-shopping-bag:before {
    content: "🛍️";
}

.fa-store:before {
    content: "🏪";
}

.fa-map-marker-alt:before {
    content: "📍";
}

.fa-phone:before {
    content: "📞";
}

.fa-envelope:before {
    content: "✉️";
}

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

.fa-instagram:before {
    content: "📷";
}

.fa-twitter:before {
    content: "🐦";
}

.fa-line:before {
    content: "L";
}

.fa-bars:before {
    content: "☰";
}

.fa-times:before {
    content: "✕";
}