@import url("../renaissance.css");

.custom-content {
    padding: 0 3rem 0 0;
}

.custom-content h2 {
    font-size: 2rem;
    margin: 1rem 0 0.25rem 0;
}

.custom-content h3 {
    margin: 1rem 0 0.25rem 0;
    font-size: 1.2rem;
    color: var(--titles);
}

.custom-content h4 {
    margin: 0.75rem 0 0.25rem 0;
    font-size: 1rem;
    font-weight: 800;
    color: var(--titles);
}

.custom-content p {
    margin: 0.5rem 0;
    width: 100%;
}

.custom-content blockquote p:first-child {
    margin: 0 0 0.5rem 0;
    padding: 0;
}

.custom-content blockquote p:last-child {
    margin: 0.5rem 0 0 0;
    padding: 0;
}

.custom-content table {
    margin: 1rem 0;
}

