/*	

	Less+ by Jimmy Rosén, http://www.angrycreative.se/projekt/less-framework
	Based on Less Framework 4 by Joni Korpi, http://lessframework.com
	
*/

/*	Typography presets
	------------------	*/
@import url(http://fonts.googleapis.com/css?family=Droid+Sans);
* { font-family: 'Droid Sans', Helvetica; }

.gigantic {
	font-size: 6em;
	line-height: auto;
	letter-spacing: -2px;
}

.huge, h1 {
	font-size: 5em;
	line-height: auto;
	letter-spacing: -1px;
}

.large, h2 {
	font-size: 4em;
	line-height: auto;
}

.bigger, h3 {
	font-size: 3em;
	line-height: auto;
}

.big, h4 {
	font-size: 2em;
	line-height: auto;
}

body {
	font: 1em Arial, Helvetica, sans-serif;
   line-height: auto;
}

.small, small {
	font-size: 80%;
	line-height: 18px;
}

