/*!
 * Font Awesome Free 7.3.1 — Somovo subset
 * License: https://fontawesome.com/license/free
 */
@font-face {
	font-family: "Font Awesome 7 Free";
	font-style: normal;
	font-weight: 900;
	font-display: swap;
	src: url("../webfonts/fa-solid-somovo.woff2") format("woff2");
}

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

.fa-solid::before {
	content: var(--fa);
}

.fa-spin {
	animation: fa-spin 1.25s infinite linear;
}

@keyframes fa-spin {
	to { transform: rotate(360deg); }
}

.fa-bars { --fa: "\f0c9"; }
.fa-magnifying-glass { --fa: "\f002"; }
.fa-phone { --fa: "\f095"; }
.fa-user { --fa: "\f007"; }
.fa-bag-shopping { --fa: "\f290"; }
.fa-layer-group { --fa: "\f5fd"; }
.fa-building { --fa: "\f1ad"; }
.fa-truck-fast { --fa: "\f48b"; }
.fa-location-dot { --fa: "\f3c5"; }
.fa-gem { --fa: "\f3a5"; }
.fa-xmark { --fa: "\f00d"; }
.fa-shield-heart { --fa: "\e574"; }
.fa-arrow-up-right-from-square { --fa: "\f08e"; }
.fa-ruler-combined { --fa: "\f546"; }
.fa-magnifying-glass-plus { --fa: "\f00e"; }
.fa-sliders { --fa: "\f1de"; }
.fa-circle-notch { --fa: "\f1ce"; }
.fa-circle-check { --fa: "\f058"; }
.fa-circle-exclamation { --fa: "\f06a"; }
.fa-check { --fa: "\f00c"; }
