/**** FONTS *****/
@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900');

/**** TEXT STYLES ****/
h1,h2,h3,h4,h5,h6,p,a,li {
	color: #666666;
	font-size: 100%;
	font-family: 'Roboto', Avenir, Helvetica, sans-serif;
	line-height: 1;
	letter-spacing: .05em;
}
h1,h2,h3,h4,h5,h6,p {
	margin-bottom: 10px;
}
h1 {
	font-size: 300%;
	font-weight: 900;
}

h2 {
	font-size: 200%;
}

h3 {
	font-size: 175%;
}

h4 {
	font-size: 150%;
}

h5 {
	font-size: 100%;
}

h6 {
	font-size: 75%;
}

p,a {
	font-size: 112%;
	font-weight: 100;
	line-height: 140%;
}

li {
	font-weight: 100;
	list-style: none;
}
