





:root {
    --title-font-family: 'Montserrat', sans-serif !important;
    --sub-title-font-family: 'Khula', sans-serif !important;
    --body-font-family: 'Khula', sans-serif !important;
    --g-secondary-color: #D2CCC5;
    --p-font-size: clamp(1.0rem, calc(1.0rem + ((1vw - 0.225rem) * 0.48)), 1.0rem) !important;
} 


.block-layout .sub-title {
    font-weight: 700 !important;
    letter-spacing: 3px !important;
}
.block-layout .sub-title:not(.text-size) {
    font-size: 0.813rem;
}


.narrow-content-width .container {
	max-width: 53.75rem;
}

