/**
 * Theme Name: Yoga à la Pironnière
 * Template:   twentytwentyfive
 * ...other header fields
 
/** CUSTOM STYLES **/
/* Logo Header Font */

.wp-block-site-title :where(a) {
	font-family: var(--wp--preset--font-family--branchingmouse-becker);
	font-size: 5vw;
	color: #825751;
}
:where(.wp-block-columns) {
  margin-bottom: 0em !important;
}
/**/
/* background image */
body {
	background-size: 100% auto;
	background-repeat: no-repeat;
}
/**/
/* carrousel settings */
.wp-block-spacer.wp-container-content-cf2db169 {
	display: none;
}