/**
 * Homepage typography overrides (no LESS compilation required).
 * Розміри CTA та ієрархія на головній також підхоплює site-design-system.css (пізніше в черзі).
 */

/* CTA in hero section */
.hero-cta {
	font-size: 14px;
	line-height: 1.1;
}

/* "All doors" button in Find your door section */
.find-your-door-section .all-doors-btn {
	font-size: 14px;
	line-height: 1.1;
}

@media (max-width: 767px) {
	.hero-cta,
	.find-your-door-section .all-doors-btn {
		font-size: 14px;
	}
}
