
body {
    line-height: 1.5rem;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-top: 0.5rem;
  margin-bottom: 1.5rem;
  font-weight: 600;
}

div:has(p) {
    font-size: 1rem;
    /* font-size: 0.875rem; */
}
p { /*, div:not(.row)*/
    line-height: 1.65rem;
}
div.row { /*, div:not(.row)*/
    line-height: 1rem;
}
