/* woff-fallback (2026-07-26): woff2 is listed FIRST, so every modern
   browser downloads only that and nothing changes for them. The .woff is
   there purely for browsers that cannot read woff2 - older Android stock
   browsers, UC Browser and some in-app browsers, all common in India.
   Previously those browsers loaded NO icon font at all, so every icon
   (call, WhatsApp, menu, breadcrumb) fell back to a font with no such
   glyph and rendered as an empty box. */
/* font-version: the ?v= on each font URL below is a hash of the font
   files themselves (added 2026-07-26). The fonts are cached by browsers
   for a YEAR, but this stylesheet is inlined fresh into every page - so
   without a version marker a returning visitor could pair NEW css with an
   OLD cached font, and any glyph the old font lacks renders as an empty
   box. Regenerating the subset changes the hash and every browser picks
   up the new file immediately. Costs one 8KB refetch, once. */
/*
 * Self-hosted, custom-subsetted Font Awesome 6.5.1 (2026-07-25).
 * Replaces the CDN-loaded all.min.css (~271KB of solid+brands font alone)
 * and the old locally-hosted Font Awesome 4 font - this is now the ONE and
 * ONLY icon system for the whole site. Contains ONLY the ~85 icon glyphs
 * actually used anywhere on manchalamushafir.com (verified via a full-site
 * scan), subsetted with fontTools - solid+regular+brands together are now
 * ~10.5KB combined instead of ~271KB+.
 *
 * IMPORTANT: if a new page ever needs an icon not in this list, the new
 * icon's glyph must be added to the source subset (see
 * /reports/font-awesome-consolidation-2026-07-25/ for the subsetting
 * scripts/codepoint list) - it will not silently work by just adding a class
 * name, since only these specific glyphs are embedded in these font files.
 */
@font-face{font-family:"FA6 Solid";font-style:normal;font-weight:900;font-display:swap;src:url("/includes/webfonts/fa-solid-900.woff2?v=87cf0adf") format("woff2"),url("/includes/webfonts/fa-solid-900.woff?v=87cf0adf") format("woff");}
@font-face{font-family:"FA6 Regular";font-style:normal;font-weight:400;font-display:swap;src:url("/includes/webfonts/fa-regular-400.woff2?v=87cf0adf") format("woff2"),url("/includes/webfonts/fa-regular-400.woff?v=87cf0adf") format("woff");}
@font-face{font-family:"FA6 Brands";font-style:normal;font-weight:400;font-display:swap;src:url("/includes/webfonts/fa-brands-400.woff2?v=87cf0adf") format("woff2"),url("/includes/webfonts/fa-brands-400.woff?v=87cf0adf") format("woff");}

/* width:1em + text-align:center added 2026-07-25: without a fixed width, an
   icon's occupied space depends on that specific glyph's advance-width in
   whatever font is rendering it at a given moment. Since font-display:swap
   deliberately shows a fallback font first, icons briefly render in a
   generic system font before swapping to the real one - if the fallback's
   glyph is a different width than Font Awesome's, surrounding text/layout
   shifts the instant the swap happens. This showed up repeatedly in
   PageSpeed testing as an inconsistent, hard-to-pin-down layout-shift
   culprit that pointed at a different webfont/image each run. A fixed
   width means the icon's box never changes size regardless of which font
   is currently rendering it. */
/* height:1em and vertical-align are as load-bearing as width:1em here
   (2026-07-25). Lighthouse reported "Web font loaded" as a root cause of a
   measured layout shift, and timing confirms why: the icon font finishes
   downloading at ~783ms while first paint happens at ~584ms, so icons DO
   render in a fallback font first and then swap. width:1em alone pins the
   horizontal box, but the height and baseline still came from whatever font
   was active - so the swap could still nudge the line box and everything
   below it. Fixing height and vertical-align makes the icon's entire
   footprint font-independent, so the swap becomes purely a repaint. */
.fa-solid,.fa-regular,.fa-brands{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;display:inline-block;width:1em;height:1em;line-height:1;vertical-align:-.125em;text-align:center;font-style:normal;font-variant:normal;text-rendering:auto;}
.fa-solid{font-family:"FA6 Solid";font-weight:900;}
.fa-regular{font-family:"FA6 Regular";font-weight:400;}
.fa-brands{font-family:"FA6 Brands";font-weight:400;}

.fa-lg{font-size:1.25em;line-height:.05em;vertical-align:-.075em;}
.fa-3x{font-size:3em;}

.fa-regular.fa-circle-check:before,.fa-circle-check.fa-regular:before{content:"\f058";}
.fa-regular.fa-clock:before,.fa-clock.fa-regular:before{content:"\f017";}
.fa-regular.fa-square-check:before,.fa-square-check.fa-regular:before{content:"\f14a";}
.fa-solid.fa-angle-down:before,.fa-angle-down.fa-solid:before{content:"\f107";}
.fa-solid.fa-angle-right:before,.fa-angle-right.fa-solid:before{content:"\f105";}
.fa-solid.fa-arrow-right:before,.fa-arrow-right.fa-solid:before{content:"\f061";}
.fa-solid.fa-arrow-up:before,.fa-arrow-up.fa-solid:before{content:"\f062";}
.fa-solid.fa-arrow-up-right-from-square:before,.fa-arrow-up-right-from-square.fa-solid:before{content:"\f08e";}
.fa-solid.fa-arrows-left-right:before,.fa-arrows-left-right.fa-solid:before{content:"\f07e";}
.fa-solid.fa-award:before,.fa-award.fa-solid:before{content:"\f559";}
.fa-solid.fa-bars:before,.fa-bars.fa-solid:before{content:"\f0c9";}
.fa-solid.fa-bed:before,.fa-bed.fa-solid:before{content:"\f236";}
.fa-solid.fa-calendar-days:before,.fa-calendar-days.fa-solid:before{content:"\f073";}
.fa-solid.fa-car:before,.fa-car.fa-solid:before{content:"\f1b9";}
.fa-solid.fa-check:before,.fa-check.fa-solid:before{content:"\f00c";}
.fa-solid.fa-check-circle:before,.fa-check-circle.fa-solid:before{content:"\f058";}
.fa-solid.fa-chevron-circle-right:before,.fa-chevron-circle-right.fa-solid:before{content:"\f138";}
.fa-solid.fa-chevron-down:before,.fa-chevron-down.fa-solid:before{content:"\f078";}
.fa-solid.fa-chevron-left:before,.fa-chevron-left.fa-solid:before{content:"\f053";}
.fa-solid.fa-chevron-right:before,.fa-chevron-right.fa-solid:before{content:"\f054";}
.fa-solid.fa-circle-check:before,.fa-circle-check.fa-solid:before{content:"\f058";}
.fa-solid.fa-circle-info:before,.fa-circle-info.fa-solid:before{content:"\f05a";}
.fa-solid.fa-clock:before,.fa-clock.fa-solid:before{content:"\f017";}
.fa-solid.fa-crown:before,.fa-crown.fa-solid:before{content:"\f521";}
.fa-solid.fa-droplet:before,.fa-droplet.fa-solid:before{content:"\f043";}
.fa-solid.fa-ellipsis:before,.fa-ellipsis.fa-solid:before{content:"\f141";}
.fa-solid.fa-envelope:before,.fa-envelope.fa-solid:before{content:"\f0e0";}
.fa-solid.fa-exclamation-circle:before,.fa-exclamation-circle.fa-solid:before{content:"\f06a";}
.fa-solid.fa-file-lines:before,.fa-file-lines.fa-solid:before{content:"\f15c";}
.fa-solid.fa-file-pdf:before,.fa-file-pdf.fa-solid:before{content:"\f1c1";}
.fa-solid.fa-handshake:before,.fa-handshake.fa-solid:before{content:"\f2b5";}
.fa-solid.fa-headset:before,.fa-headset.fa-solid:before{content:"\f590";}
.fa-solid.fa-heartbeat:before,.fa-heartbeat.fa-solid:before{content:"\f21e";}
.fa-solid.fa-helicopter:before,.fa-helicopter.fa-solid:before{content:"\f533";}
.fa-solid.fa-home:before,.fa-home.fa-solid:before{content:"\f015";}
.fa-solid.fa-horse:before,.fa-horse.fa-solid:before{content:"\f6f0";}
.fa-solid.fa-hotel:before,.fa-hotel.fa-solid:before{content:"\f594";}
.fa-solid.fa-house:before,.fa-house.fa-solid:before{content:"\f015";}
.fa-solid.fa-images:before,.fa-images.fa-solid:before{content:"\f302";}
.fa-solid.fa-location-dot:before,.fa-location-dot.fa-solid:before{content:"\f3c5";}
.fa-solid.fa-magnifying-glass:before,.fa-magnifying-glass.fa-solid:before{content:"\f002";}
.fa-solid.fa-map-marked-alt:before,.fa-map-marked-alt.fa-solid:before{content:"\f5a0";}
.fa-solid.fa-map-marker:before,.fa-map-marker.fa-solid:before{content:"\f041";}
.fa-solid.fa-mountain:before,.fa-mountain.fa-solid:before{content:"\f6fc";}
.fa-solid.fa-newspaper:before,.fa-newspaper.fa-solid:before{content:"\f1ea";}
.fa-solid.fa-om:before,.fa-om.fa-solid:before{content:"\f679";}
.fa-solid.fa-paper-plane:before,.fa-paper-plane.fa-solid:before{content:"\f1d8";}
.fa-solid.fa-pencil-alt:before,.fa-pencil-alt.fa-solid:before{content:"\f303";}
.fa-solid.fa-people-group:before,.fa-people-group.fa-solid:before{content:"\e533";}
.fa-solid.fa-people-roof:before,.fa-people-roof.fa-solid:before{content:"\e537";}
.fa-solid.fa-person-hiking:before,.fa-person-hiking.fa-solid:before{content:"\f6ec";}
.fa-solid.fa-person-skiing:before,.fa-person-skiing.fa-solid:before{content:"\f7c9";}
.fa-solid.fa-phone:before,.fa-phone.fa-solid:before{content:"\f095";}
.fa-solid.fa-place-of-worship:before,.fa-place-of-worship.fa-solid:before{content:"\f67f";}
.fa-solid.fa-plane:before,.fa-plane.fa-solid:before{content:"\f072";}
.fa-solid.fa-plus:before,.fa-plus.fa-solid:before{content:"\2b";}
.fa-solid.fa-road:before,.fa-road.fa-solid:before{content:"\f018";}
.fa-solid.fa-route:before,.fa-route.fa-solid:before{content:"\f4d7";}
.fa-solid.fa-search:before,.fa-search.fa-solid:before{content:"\f002";}
.fa-solid.fa-shield:before,.fa-shield.fa-solid:before{content:"\f132";}
.fa-solid.fa-shield-halved:before,.fa-shield-halved.fa-solid:before{content:"\f3ed";}
.fa-solid.fa-shield-heart:before,.fa-shield-heart.fa-solid:before{content:"\e574";}
.fa-solid.fa-sliders:before,.fa-sliders.fa-solid:before{content:"\f1de";}
.fa-solid.fa-sliders-h:before,.fa-sliders-h.fa-solid:before{content:"\f1de";}
.fa-solid.fa-suitcase-rolling:before,.fa-suitcase-rolling.fa-solid:before{content:"\f5c1";}
.fa-solid.fa-tags:before,.fa-tags.fa-solid:before{content:"\f02c";}
.fa-solid.fa-temperature-half:before,.fa-temperature-half.fa-solid:before{content:"\f2c9";}
.fa-solid.fa-times:before,.fa-times.fa-solid:before{content:"\f00d";}
.fa-solid.fa-train:before,.fa-train.fa-solid:before{content:"\f238";}
.fa-solid.fa-trash:before,.fa-trash.fa-solid:before{content:"\f1f8";}
.fa-solid.fa-trash-alt:before,.fa-trash-alt.fa-solid:before{content:"\f2ed";}
.fa-solid.fa-tree:before,.fa-tree.fa-solid:before{content:"\f1bb";}
.fa-solid.fa-triangle-exclamation:before,.fa-triangle-exclamation.fa-solid:before{content:"\f071";}
.fa-solid.fa-user-md:before,.fa-user-md.fa-solid:before{content:"\f0f0";}
.fa-solid.fa-user-tie:before,.fa-user-tie.fa-solid:before{content:"\f508";}
.fa-solid.fa-users:before,.fa-users.fa-solid:before{content:"\f0c0";}
.fa-solid.fa-wallet:before,.fa-wallet.fa-solid:before{content:"\f555";}
.fa-solid.fa-water:before,.fa-water.fa-solid:before{content:"\f773";}
.fa-solid.fa-wind:before,.fa-wind.fa-solid:before{content:"\f72e";}
.fa-solid.fa-xmark:before,.fa-xmark.fa-solid:before{content:"\f00d";}
.fa-brands.fa-facebook-f:before,.fa-facebook-f.fa-brands:before{content:"\f39e";}
.fa-brands.fa-instagram:before,.fa-instagram.fa-brands:before{content:"\f16d";}
.fa-brands.fa-pinterest:before,.fa-pinterest.fa-brands:before{content:"\f0d2";}
.fa-brands.fa-whatsapp:before,.fa-whatsapp.fa-brands:before{content:"\f232";}
.fa-brands.fa-youtube:before,.fa-youtube.fa-brands:before{content:"\f167";}