





:root {
    --g-secondary-color: #18304c;
    --g-tertiary-color: #20a4b8;
    --sub-title-font-family: "Montserrat", sans-serif !important;
    --title-font-family: "Montserrat", sans-serif !important;
    --body-font-family: "Montserrat", sans-serif !important;
    --menu-font-family: "Montserrat", sans-serif !important;
    --button-font-family: "Montserrat", sans-serif !important;
    --button-weight: 700 !important;
} 



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

.block-layout .button-list .button {
    --button-padding: 1.0em 1.75em !important;
}
.button-list .button.filled {
    border: 1px solid #eda432 !important;
}

.blog-200c .weblet_blog-entry-full-link a, 
.blog-200c .mrp-dynamic-form button.btn, 
.blog-200c .weblet_blog-entry-text [data-type="button"]
.blog-200c .weblet_blog-entry-text [data-type="download-link"] a, 
.blog-200c .weblet_blog-entry-text .blog-button a {
    word-break: normal !important;
} 



/* END GENERAL BUTTON STYLES */ 



/* --- Global Form Styling --- */

.block-layout .box-form .form-group > .control-wrapper > input.form-control, 
.block-layout .box-form .form-group > .control-wrapper > textarea.form-control {
	border-radius: 0.3rem;
}

/* END GLOBAL FORM STYLES */

