/**
 * Font Awesome 6 Free (solid) — curated subset for Inversaweb repeater icons.
 */

@font-face {
	font-family: "Font Awesome 6 Free";
	font-style: normal;
	font-weight: 900;
	font-display: block;
	src: url("../webfonts/fa-solid-900.woff2") format("woff2");
}

.iw-fa-icon.fa-solid {
	display: inline-block;
	font-family: "Font Awesome 6 Free";
	font-style: normal;
	font-weight: 900;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.iw-fa-icon.fa-solid::before {
	display: inline-block;
}

.fa-check::before { content: "\f00c"; }
.fa-circle-check::before { content: "\f058"; }
.fa-star::before { content: "\f005"; }
.fa-shield-halved::before { content: "\f3ed"; }
.fa-heart::before { content: "\f004"; }
.fa-thumbs-up::before { content: "\f164"; }
.fa-award::before { content: "\f559"; }
.fa-medal::before { content: "\f5a2"; }
.fa-hammer::before { content: "\f6e3"; }
.fa-wrench::before { content: "\f0ad"; }
.fa-screwdriver-wrench::before { content: "\f7d9"; }
.fa-toolbox::before { content: "\f552"; }
.fa-hard-hat::before { content: "\f807"; }
.fa-building::before { content: "\f1ad"; }
.fa-house::before { content: "\f015"; }
.fa-location-dot::before { content: "\f3c5"; }
.fa-map::before { content: "\f279"; }
.fa-compass::before { content: "\f14e"; }
.fa-clock::before { content: "\f017"; }
.fa-phone::before { content: "\f095"; }
.fa-envelope::before { content: "\f0e0"; }
.fa-calendar-days::before { content: "\f073"; }
.fa-chart-column::before { content: "\e0e3"; }
.fa-lightbulb::before { content: "\f0eb"; }
.fa-leaf::before { content: "\f06c"; }
.fa-recycle::before { content: "\f1b8"; }
.fa-bolt::before { content: "\f0e7"; }
.fa-truck::before { content: "\f0d1"; }
.fa-car::before { content: "\f1b9"; }
.fa-users::before { content: "\f0c0"; }
.fa-handshake::before { content: "\f2b5"; }
.fa-certificate::before { content: "\f0a3"; }
.fa-key::before { content: "\f084"; }
.fa-lock::before { content: "\f023"; }
.fa-paint-roller::before { content: "\f5aa"; }
.fa-ruler-combined::before { content: "\f546"; }
.fa-tree::before { content: "\f1bb"; }
.fa-sun::before { content: "\f185"; }
.fa-droplet::before { content: "\f043"; }
.fa-fire::before { content: "\f06d"; }
.fa-snowflake::before { content: "\f2dc"; }
.fa-paw::before { content: "\f1b0"; }
.fa-arrow-right::before { content: "\f061"; }

.iw-ps-repeater-icons .iw-fa-icon,
.iw-ps-repeater-icons [class*="__bullet-check"],
.iw-ps-repeater-icons [class*="__feature-icon"] {
	font-size: var(--iw-ps-icon-size, 16px);
	width: 1em;
	height: 1em;
	line-height: 1;
	color: var(--iw-ps-icon-color, inherit);
}
