/* Reduce base body and paragraph fonts */
html body,
html body p,
.elementor-widget-text-editor,
.elementor-text-editor {
    font-size: 90% !important;
}

/* Reduce headings globally */
html body h1,
html body h2,
html body h3,
html body h4,
html body h5,
html body h6,
.elementor-heading-title {
    font-size: 85% !important;
}

/* Reduce button text size */
html body .elementor-button,
html body button {
    font-size: 90% !important;
}
