.gform-conversational__welcome-title {
        font-family: "RooneySans" !important;
        font-size: clamp(1.2rem, 2vw, 2rem) !important;
}

.gform-conversational .gform-theme--framework {
    --gf-font-family-base : "Rubik", sans-serif !important;
}
.gform-theme--framework .gform-field-label--type-inline:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) {
    --gf-local-font-size: 18px !important;
}

.gform-theme--framework {
    --gf-ctrl-btn-font-size: 16px !important;
}

/* This is added through the appearance custom css - struggling with enqueue order */
@media only screen and (max-width: 768px) {
.gform-theme--framework .gform-conversational__field-nav-helper-text {
    display: none !important;
}
}