@font-face {
	font-family: 'LinearIcons';

	src:url('../fonts/Linearicons-Free.eot');
	src:url('../fonts/Linearicons-Free.eot') format('embedded-opentype'),
		url('../fonts/Linearicons-Free.ttf') format('truetype'),
		url('../fonts/Linearicons-Free.woff') format('woff'),
		url('../fonts/Linearicons-Free.woff2') format('woff2'),
		url('../fonts/Linearicons-Free.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
 
.icon {
    font-family: 'LinearIcons'; 
    font-style: normal;
    font-variant-ligatures: normal;
    font-variant-caps: normal;
    font-variant-numeric: normal;
    font-weight: normal;
    font-stretch: normal;
	text-transform: none;
	speak: none;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.lnr-envelope:before {
	content: "\e818";
}