/* GAMA Font Awesome subset — the 15 preset service icons chosen in the admin
   metabox (Settings → post-types → service icon dropdown). Self-hosted
   single-font .woff2 (2.2 KB) replaces the full render-blocking CDN file
   (~150 KB). Every glyph below is exactly one of the `gama_service_icon_choices()`
   values, so any selection is guaranteed to render on the frontend.

   To regenerate the subset after adding/removing an icon, subset Elementor's
   full `fa-solid-900.woff2` with fontTools, then mirror the content rules here. */
@font-face {
	font-family: "Font Awesome 6 Free";
	font-style: normal;
	font-weight: 900;
	font-display: swap;
	src: url("../fonts/fa-solid-services.woff2") format("woff2");
}

.fa-solid,
.fa-solid::before,
.fa,
.fas,
.fa-solid.fa-industry,
.fa-solid.fa-headset,
.fa-solid.fa-flask,
.fa-solid.fa-shield-halved,
.fa-solid.fa-truck,
.fa-solid.fa-recycle,
.fa-solid.fa-droplet,
.fa-solid.fa-earth-asia,
.fa-solid.fa-gears,
.fa-solid.fa-wrench,
.fa-solid.fa-fire-flame-curved,
.fa-solid.fa-leaf,
.fa-solid.fa-bolt,
.fa-solid.fa-award,
.fa-solid.fa-certificate {
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	font-style: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display: inline-block;
	text-rendering: auto;
}

.fa-industry:before           { content: "\f275"; }
.fa-headset:before            { content: "\f590"; }
.fa-flask:before              { content: "\f0c3"; }
.fa-shield-halved:before      { content: "\f3ed"; }
.fa-truck:before              { content: "\f0d1"; }
.fa-recycle:before            { content: "\f1b8"; }
.fa-droplet:before            { content: "\f043"; }
.fa-earth-asia:before         { content: "\f57e"; }
.fa-gears:before              { content: "\f085"; }
.fa-wrench:before             { content: "\f0ad"; }
.fa-fire-flame-curved:before  { content: "\f06d"; }
.fa-leaf:before               { content: "\f06c"; }
.fa-bolt:before               { content: "\f0e7"; }
.fa-award:before              { content: "\f559"; }
.fa-certificate:before        { content: "\f0a3"; }