
.markdown h2 {
    font-weight: 500;
    font-size: 1.5rem;
    line-height: 2rem;
    margin-bottom: 1.8rem;
}

.markdown h3 {
    font-weight: 500;
    font-size: 1.35rem;
    line-height: 2rem;
    margin-bottom: 1.6rem;
}

.markdown p {
    margin-bottom: 1.2rem;
    line-height: 1.7;
    color: rgb(33, 53, 71);
}

.markdown ol {
    list-style-type: decimal;
    list-style-position: outside;
}

.markdown strong {
    color: rgb(49, 46, 129);
}

.markdown a {
    color: rgb(99, 102, 241);
    text-decoration: underline;
}
