





:root {
    --title-font-family: 'Playfair Display', serif !important;
    --title-weight: 500 !important;
    --sub-title-font-family: 'Roboto', sans-serif !important;
    --sub-title-weight: 400 !important;
    --sub-title-spacing: 0 !important;
    --body-font-family: 'Roboto', sans-serif !important;
    --body-font-weight: 400 !important;
    --g-second-accent: #1C273E !important;
} 





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

.block-layout .mrp-dynamic-form button.btn, 
.block-layout .button {
    font-weight: 500 !Important;
}
.block-layout .button-list .button {
    letter-spacing: 0 !Important;
}
.button-list:not(.icon-only) .button.button.plain {
    font-family: var(--body-font-family);
    font-weight: initial;
    color: initial;
    font-style: initial;
    font-size: initial;
    display: initial;
} 
.button-list:not(.icon-only) .button.button.plain::after {
    display: none;
} 


.custom-search-hover-boxes.boxes-200c .block-column .button-list:not(.icon-only) .button.button.plain:hover {
    filter: none;
}

/* END GENERAL BUTTON STYLES */ 




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

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