/* Increases paragraph spacing */

p {
    margin-top: 25px !important;
}

/* New paragraph spacing makes product info on shop misspaced so this fixes it */

.box-text {
     margin-top: -20px;
}

p.name.product-title {
    margin-top: 10px !important;
}