@import url(https://fonts.googleapis.com/css?family=Roboto:400,700);

*,.semibold
{
	font-family: 'Roboto', 'Lato', sans-serif;
	font-weight: 400;
}
h2, h1
{
	padding: 0;
	font-size: 240%!important;
	font-weight: 700;
	margin: 20px 0;
}
body
{
	background: #eee;
}
