/* ============================================================
   HJS — Global typography modernisation
   Loaded last so it overrides the legacy Lato theme styles.
   ============================================================ */

body,
.l-body,
input, textarea, select, button,
.w-btn, .w-form,
p, li, td, th, blockquote, figcaption {
  font-family: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", sans-serif !important;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

h1, h2, h3, h4, h5, h6,
.w-btn,
.vc_custom_heading {
  font-family: "Manrope", "Inter", system-ui, sans-serif !important;
  letter-spacing: -0.015em;
}

/* Slightly tighter, more modern body rhythm */
body { line-height: 1.65; }
p { line-height: 1.7; }

/* Make content headings a touch bolder/cleaner */
h1 { font-weight: 800 !important; }
h2 { font-weight: 700 !important; }
h3 { font-weight: 700 !important; }
