@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700&display=swap');

/* Apply Montserrat font to all form elements and text */
body,
input,
select,
textarea,
button,
label,
.form-title,
.form-description,
h1, h2, h3, h4, h5, h6,
p,
span,
div,
legend,
fieldset,
.form-header,
.form-subheader,
.form-section,
.form-label,
.form-field,
.form-element {
    font-family: 'Montserrat', Arial, Helvetica, sans-serif !important;
}

/* Make form questions bold */
label,
.form-label,
.form-question {
    font-weight: 700 !important;
}