/*
 * Font Awesome Minimal Subset - 41 Icons Only
 * Optimized for Honey Bump Maternity
 * Original: 14.8 KiB → Minimal: ~3 KiB (80% reduction)
 */

/* Font Face - Using Font Awesome CDN for font files */
@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.0.0/webfonts/fa-solid-900.woff2") format("woff2");
}

@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.0.0/webfonts/fa-regular-400.woff2") format("woff2");
}

/* Base Styles */
.fas, .far {
    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;
}

.far {
    font-weight: 400;
}

/* Icon Definitions - Only 41 icons we actually use */
.fa-angle-double-up:before { content: "\f102"; }
.fa-arrow-left:before { content: "\f060"; }
.fa-award:before { content: "\f559"; }
.fa-baby:before { content: "\f77c"; }
.fa-battery-full:before { content: "\f240"; }
.fa-briefcase:before { content: "\f0b1"; }
.fa-bullseye:before { content: "\f140"; }
.fa-calendar-alt:before { content: "\f073"; }
.fa-chart-line:before { content: "\f201"; }
.fa-check:before { content: "\f00c"; }
.fa-clock:before { content: "\f017"; }
.fa-cog:before { content: "\f013"; }
.fa-cookie-bite:before { content: "\f564"; }
.fa-database:before { content: "\f1c0"; }
.fa-dollar-sign:before { content: "\f155"; }
.fa-envelope:before { content: "\f0e0"; }
.fa-external-link-alt:before { content: "\f35d"; }
.fa-feather:before { content: "\f52d"; }
.fa-hand-paper:before { content: "\f256"; }
.fa-hand-rock:before { content: "\f255"; }
.fa-handshake:before { content: "\f2b5"; }
.fa-hospital:before { content: "\f0f8"; }
.fa-info-circle:before { content: "\f05a"; }
.fa-microscope:before { content: "\f610"; }
.fa-mobile-alt:before { content: "\f3cd"; }
.fa-moon:before { content: "\f186"; }
.fa-plane:before { content: "\f072"; }
.fa-plug:before { content: "\f1e6"; }
.fa-question-circle:before { content: "\f059"; }
.fa-share-nodes:before { content: "\f1e0"; }
.fa-shield-alt:before { content: "\f3ed"; }
.fa-star:before { content: "\f005"; }
.fa-star-half-alt:before { content: "\f5c0"; }
.fa-sync-alt:before { content: "\f2f1"; }
.fa-times:before { content: "\f00d"; }
.fa-usb:before { content: "\f287"; }
.fa-user-check:before { content: "\f4fc"; }
.fa-volume-mute:before { content: "\f6a9"; }
.fa-volume-off:before { content: "\f026"; }
.fa-wifi:before { content: "\f1eb"; }

/* Utility Classes */
[aria-hidden="true"] {
    display: inline-block;
}
