h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 1em;
    color: var(--digi-charcoal);
    font-weight: 700;
}

h1 {
    font-size: 2.25rem;
    line-height: 1.2;
}

h2 {
    font-size: 1.5rem;
    line-height: 1.3;
}

h3 {
    font-size: 1.25rem;
}

h4 {
    font-size: 1.125rem;
}

h5,
h6 {
    font-size: 1.125rem;
}

.digi-heading {
    font-size: 1.5rem;
    display: block;
}

p {
    margin: 0 0 1rem;
}

.digi-post-content ul {
    list-style-type: disc;
    margin-bottom: 1rem;
    padding-left: 2rem;
}

.digi-post-content ol {
    list-style-type: decimal;
    margin-bottom: 1rem;
    padding-left: 2rem;
}

ul.digi-list {
    list-style-type: disc;
    margin-bottom: 1rem;
    padding-left: 2rem;
}

b,
strong {
    font-weight: 700;
    color: var(--digi-charcoal);
}
