body {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}

.wrapper {
    background-color: var(--stc-surface-secondary);
}

/* Reduce gap between description points/paragraphs */
.rich-text p,
.product__description p,
.product__description-short p {
    margin-bottom: 0.25rem;
}

.rich-text ul,
.product__description ul,
.product__description-short ul {
    margin-bottom: 0.25rem;
}

.rich-text li,
.product__description li,
.product__description-short li {
    margin-bottom: 0.1rem;
}
