﻿/* update as needed to style more elements as prose - AKA written word 
    wrapping with :where(.prose) to remove specificity so styles can be overrrided as needed
*/

:where(.prose) p {
    margin-bottom: .75rem;
}

:where(.prose) p:last-child {
    margin-bottom: 0;
}