// ============================================================================
// :: 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 {
	vertical-align: middle;

	font-variant: normal;
	font-weight: normal;
	font-style: normal;

	line-height: 1;
	text-transform: none;
	// speak: none;

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