/* Frozen markup uses unprefixed FA5 classes (navbar search, footer contact icons).
   Bridge's font-awesome-5.css namespaces those rules under .fa5, so the glyphs never painted. */

.fas,
.far,
.fal,
.fad,
.fab {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
}

.fas {
	font-family: "Font Awesome 5 Free" !important;
	font-weight: 900;
}

.far {
	font-family: "Font Awesome 5 Free" !important;
	font-weight: 400;
}

.fab {
	font-family: "Font Awesome 5 Brands" !important;
	font-weight: 400;
}

.fa-search:before {
	content: "\f002";
}

.fa-map-marker-alt:before {
	content: "\f3c5";
}

.fa-envelope:before {
	content: "\f0e0";
}

.fa-phone-alt:before {
	content: "\f879";
}
