.rich-text {
    white-space: pre-line;
}

.rich-text p {
    margin: 0 0 1rem;
}

.rich-text h2,
.rich-text h3 {
    color: var(--ink);
    line-height: 1.25;
    margin: 1.4rem 0 0.55rem;
}

.rich-text h2 {
    font-size: clamp(1.45rem, 3vw, 2rem);
}

.rich-text h3 {
    font-size: clamp(1.2rem, 2.5vw, 1.5rem);
}

.rich-text ul,
.rich-text ol {
    margin: 0 0 1rem;
    padding-left: 1.35rem;
}

.rich-text a {
    color: var(--violet);
    text-decoration: underline;
}
