





:root {
    --title-font-family: 'Antic Didone', serif !important;
    --sub-title-font-family: 'Poppins', sans-serif !important;
    --body-font-family: 'Poppins', sans-serif !important;
} 



/* --- General Button Styling --- */

.block-layout .mrp-dynamic-form button.btn, 
.block-layout .button {
    font-weight: 500 !important;
}



/* END GENERAL BUTTON STYLES */ 




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

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