@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@400;700&display=swap');

body {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 400;
	padding: 50px;
}
h1, h2 {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;	
	color: #2b4774;
}
.text-centered {
	text-align: center;	
}
strong, b {
	font-weight: 700;
}	
h1 {
	line-height: 1em;	
}
p, img {
	margin-bottom: 20px;	
}
span.pricing {
	display: block;
	margin-bottom: 20px;	
	font-size: 1.4em;
}