





: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-size: clamp(1.0rem, calc(1.0rem + ((1vw - 0.225rem) * 0.48)), 1.125rem) !important;
} 



.weblet_blog-comment-form-header, 
.weblet_blog-entry-heading-text {
	text-transform: var(--title-case) !important;
}


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

.block-layout .button-list .outlined {
    border-width: 2px;
}

/* END GENERAL BUTTON STYLES */

