/******* Do not edit this file *******
Woody Code Snippets CSS and JS
Saved: Feb 17 2026 | 15:12:01 */
.wp-block-quote {
    position: relative;
}
.wp-block-quote::before {
    content: open-quote;
    position: absolute;
    top: -30px;
	left: 0;
    font-size: 380px;
    line-height: 10rem;
    opacity: 0.1;
    color: var(--wp--preset--color--custom-jaune-dynartio);
}
.wp-block-quote * {
	/* suppression de l'italique */
	font-style: normal;
}
.wp-block-quote cite, .wp-block-quote cite a {
	font-family: var(--wp--preset--font-family--rokkitt);
	color: var(--wp--preset--color--custom-beige-dynartio);
}
