/* Counter-up animation styles for stat blocks like "25 / Aircraft Types" */

.stat-block {
	display: inline-block;
	text-align: center;
	margin: 0 2rem;
}

.stat-number {
	font-family: 'Open Sans', sans-serif;
	font-size: 4rem;
	font-weight: 700;
	line-height: 1.1;
	color: black;
	display: block;
}

.stat-label {
	font-family: "Playfair Display", serif;
	font-size: 3rem;
	font-weight: 400;
	color: inherit;
	opacity: 0.85;
	display: block;
	margin-top: 0.25rem;
}
