/* Global text readability */
body,
p,
li,
span,
div {
  line-height: 1.6 !important;
  letter-spacing: 0.01em !important;
}

/* Headings – keep them tighter */
h1, h2, h3, h4, h5, h6 {
  line-height: 1.2 !important;
  letter-spacing: 0.005em !important;
}