body.lerws-force-regular-weight :where(
    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    p,
    span,
    a,
    button,
    label,
    div,
    li,
    dt,
    dd,
    td,
    th,
    summary,
    small,
    blockquote,
    figcaption,
    legend,
    input,
    select,
    textarea,
    option,
    b,
    strong
) {
    font-weight: 400 !important;
}

body.lerws-force-regular-weight :where(b, strong) {
    font-weight: 400 !important;
}
