





:root {
    --title-font-family: 'Syncopate', sans-serif !important;
    --sub-title-font-family: 'Cormorant Garamond', serif !important;
    --body-font-family: 'Cormorant Garamond', serif !important;
} 


p {
    font-weight: 500;
} 



.block-layout .mrp-dynamic-form button.btn, 
.block-layout .button {
    font-weight: 600 !important;
} 
.block-layout .button-list .outlined {
    border-width: 2px !important;
} 


.block-layout .box-form .dynamic-form-separator {
	text-transform: var(--title-case) !important;
} 


/* --- New MRP Footer Fix --- */

.custom-footer-legal.myrealpage-footer {
	display: none !important;
} 
.mrp-crea-attribution a {
	color: var(--g-accent-color);
}

