/*
 * Front page — only the bits the ACF rich-text fields need. Everything else on
 * the home template is inline-styled, verbatim from the "O Vrba" design.
 * Enqueued on is_front_page().
 */

.vrba-rte > p { margin: 0 0 18px; }
.vrba-rte > p:last-child { margin: 0; }

.vrba-rte--projekt > p {
	font-size: 17px;
	line-height: 1.72;
	text-align: justify;
	hyphens: auto;
}

.vrba-rte--nagovor > p {
	font-size: 15px;
	line-height: 1.7;
	text-align: justify;
	hyphens: auto;
	margin-bottom: 14px;
}
.vrba-rte--nagovor strong { font-weight: 500; }

.vrba-rte--knjiga > p {
	font-size: 16px;
	line-height: 1.7;
	text-align: justify;
	hyphens: auto;
}
