// ============================================================================
// :: Icon
// ============================================================================
/**
 * This is a definition that can be used for icon inheritance. Every icon
 * generated and loaded from the iconfont has its base defined here.
 */
%___default-icon {
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	vertical-align: middle;
  line-height: $line-height-normalize;
	speak: none;

	// Improve font-rendering
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}
