:root{
    --accent-color: #f90;
}


.text-regular{
    font-size: 1.2rem;
    font-weight: 300;
}

.rich-text{
    p:not(:last-of-type){
        margin-bottom: 1rem;
    }
}