* {
	font-family: 'madani','roboto'; /*mediumregular'; */;
	font-weight: 300;
	line-height: 1;
}
h1, h2:first-child {
	font-size:30px;
}
p, a.button { 
	font-family: 'roboto','madani'; /*mediumregular'; */;
	font-size:20px;
	line-height: 30px;
}
p {
	transform: translateX(1px);
}
* + p, p + * {
	margin-top: 10px;
}