@font-face {
	font-family: "icon";
	src:
		url("../fonts/icon.ttf?wfa2f4") format("truetype"),
		url("../fonts/icon.woff?wfa2f4") format("woff"),
		url("../fonts/icon.svg?wfa2f4#icon") format("svg");
	font-weight: normal;
	font-style: normal;
	font-display: block;
}

.icon {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: "icon" !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;
}

.icon--Clipboard:before {
	content: "\e900";
}
.icon--Clock:before {
	content: "\e901";
}
.icon--Email:before {
	content: "\e902";
}
.icon--Facebook:before {
	content: "\e903";
}
.icon--Headphone:before {
	content: "\e904";
}
.icon--Instagram:before {
	content: "\e905";
}
.icon--Layers:before {
	content: "\e906";
}
.icon--Linkedin:before {
	content: "\e907";
}
.icon--Location:before {
	content: "\e908";
}
.icon--Pen-Tool:before {
	content: "\e909";
}
.icon--Phone:before {
	content: "\e90a";
}
.icon--Twitter:before {
	content: "\e90b";
}
.icon--Users:before {
	content: "\e90c";
}
.icon--WhatsApp:before {
	content: "\e90d";
}
.icon--Youtube:before {
	content: "\e90e";
}
