//
// countdown.scss
// Theme component
//

.countdown {
	display: inline-flex;
}

.countdown .number {
	font-size: 3.5rem;
	font-family: 'Montserrat', Helvetica, sans-serif;
	font-weight: 700;
	line-height: 1.2;
}

.countdown .title {
	font-size: 1rem;
	font-family: 'Montserrat', Helvetica, sans-serif;
	font-weight: 700;
	line-height: 1.2;
}
