/* Override Zoho form.css global styles - restore body/paragraph font for main page
   Zoho form.css sets body to 75% which affects all text. This restores 16px base. */
body {
    font-size: 16px !important;
    font-family: var(--primary-font, "Poppins", sans-serif) !important;
    line-height: 1.6 !important;
}
