// Material Design Icons courtesy of Google.
// http://google.github.io/material-design-icons/
@font-face {
	font-family: 'Imagewalk Icons';
	font-style: normal;
	font-weight: 400;
	src: url( ../fonts/icons.woff2 ) format( 'woff2' ),
		url( ../fonts/icons.woff ) format( 'woff' ),
		url( ../fonts/icons.ttf ) format( 'truetype' );
}

.imgw-icon {
	direction: ltr;
	display: inline-block;
	font-family: 'Imagewalk Icons';
	font-size: 1.5em;
	font-style: normal;
	font-weight: normal;
	letter-spacing: normal;
	line-height: inherit;
	text-transform: none;
	white-space: nowrap;
	word-wrap: normal;

	/* Support for all WebKit browsers. */
	-webkit-font-smoothing: antialiased;

	/* Support for Safari and Chrome. */
	text-rendering: optimizeLegibility;

	/* Support for Firefox. */
	-moz-osx-font-smoothing: grayscale;

	/* Support for IE. */
	font-feature-settings: 'liga';
}
