@font-face {
	font-family: 'fa';
	src: url('../font/fa.ttf?phfwht') format('truetype'),
	url('../font/fa.woff?phfwht') format('woff'),
	url('../font/fa.svg?phfwht#fa') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

[class^="fa-"], [class*=" fa-"] {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: 'fa' !important;
	speak: never;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.fa-check_circle_outline:before {
	content: "\e901";
}

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

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

.fa-location:before {
	content: "\e947";
}

.fa-mobile:before {
	content: "\e958";
}

.fa-menu:before {
	content: "\e9bd";
}

.fa-arrow-right:before {
	content: "\ea3c";
}

.fa-arrow-left:before {
	content: "\ea40";
}


