/*
 Theme Name:   Vrije Nest
 Theme URI:    https://hetvrijenest.nl
 Description:  Child theme van Twenty Twenty-Five voor Het Vrije Nest.
 Author:       Het Vrije Nest
 Template:     twentytwentyfive
 Version:      1.0.0
*/

.wp-block-quote.is-style-persoonlijke-quote {
	background-color: var(--wp--preset--color--salie);
	color: var(--wp--preset--color--room);
	border-left: 4px solid var(--wp--preset--color--bosgroen);
	border-radius: 4px;
	padding: 1.5rem 2rem;
	font-family: var(--wp--preset--font-family--libre-caslon);
	font-style: italic;
}
.wp-block-quote.is-style-persoonlijke-quote p {
	margin: 0;
}
.wp-block-quote.is-style-persoonlijke-quote cite {
	display: block;
	margin-top: 0.75rem;
	font-family: var(--wp--preset--font-family--public-sans);
	font-style: normal;
	font-weight: 600;
	color: var(--wp--preset--color--room);
}
