h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    color: var(--rs-text);
    line-height: 1.15;
}

p {
    margin: 0;
    color: var(--rs-text-soft);
    line-height: 1.7;
}

/* F5 typography polish: thin text baseline */
:where(body, button, input, select, textarea, a, p, span, small, label, th, td, strong, b, h1, h2, h3, h4, h5, h6, .rs-btn, .btn) {
    font-weight: 300;
}

:where(strong, b, th, .fw-bold, .fw-semibold) {
    font-weight: 300 !important;
}
