h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1.1em;
    font-weight: 700;
    margin-bottom: 1em;
}

h6 {
    font-size: 16px;
    font-size: 1rem;
}

h5 {
    font-size: 18px;
    font-size: 1.125rem;
}

h4 {
    font-size: 21px;
    font-size: 1.3125rem;
}

h3 {
    font-size: 24px;
    font-size: 1.5rem;
}

h2 {
    font-size: 30px;
    font-size: 1.875rem;
}

h1 {
    font-size: 36px;
    font-size: 2.25rem;
}

p {
    margin-bottom: 1.5em;
}

:root :where(p.has-background) {
    padding: 1.25em 2.375em;
}

