/* Site-wide typography weight boost.
   Keeps the existing font families, sizes, colors, and layout untouched;
   only nudges font-weight up a step for a slightly bolder, easier-to-read look. */

/* Base body copy */
body,
p,
li,
td,
th,
label,
.entry-content,
.elementor-widget-text-editor,
.elementor-icon-list-text {
  font-weight: 500 !important;
}

/* Headings and titles */
h1,
h2,
h3,
h4,
h5,
h6,
.elementor-heading-title,
.entry-title,
.entry-title a,
.page-title,
.site-title,
.widget-title,
.elementor-icon-box-title {
  font-weight: 700 !important;
}

/* Buttons */
.elementor-button,
.elementor-button-text,
.ast-button,
.button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
  font-weight: 600 !important;
}

/* Navigation */
.main-navigation a,
.hfe-menu-item,
.ast-header-navigation-arrow {
  font-weight: 600 !important;
}

/* Form fields */
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="search"],
input[type="url"],
input[type="password"],
input[type="number"],
textarea,
select {
  font-weight: 500 !important;
}
