@font-face {
	font-family: "icons";
	src: url('./icons.eot');
	src: url('./icons.eot?#iefix') format('eot'),
		url('./icons.woff2') format('woff2'),
		url('./icons.woff') format('woff'),
		url('./icons.ttf') format('truetype'),
		url('./icons.svg#icons') format('svg');
}

.icon:before {
	font-family: "icons";
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	/* speak: none; only necessary if not using the private unicode range (firstGlyph option) */
	text-decoration: none;
	text-transform: none;
}

:root {
  --icon-arrow-left: "\E001";
  --icon-arrow-right: "\E002";
  --icon-check: "\E003";
  --icon-chevron-bottom: "\E004";
  --icon-contact: "\E005";
  --icon-email: "\E006";
  --icon-mobile: "\E007";
  --icon-objectif: "\E008";
}

.icon-arrow-left:before { content: "\E001"; }
.icon-arrow-right:before { content: "\E002"; }
.icon-check:before { content: "\E003"; }
.icon-chevron-bottom:before { content: "\E004"; }
.icon-contact:before { content: "\E005"; }
.icon-email:before { content: "\E006"; }
.icon-mobile:before { content: "\E007"; }
.icon-objectif:before { content: "\E008"; }
