
.sdu-product-catalogue-text {
    --font-size: var(--root-font-size); /* Reset, use REM */
}

.sdu-product-catalogue-text__introduction p {
    --color: var(--root-color-text);
    /*--font-family: inherit;*/
    --font-size: 1.125em;
    /*--font-style: normal;*/
    --font-weight: var(--root-font-weight--bold);
    /*--line-height: inherit;*/
}


.sdu-product-catalogue-text {
    font-size: var(--font-size, 1rem); /* Reset, use REM */
}

.sdu-product-catalogue-text__introduction p {
    color: var(--color, black);
    font-family: var(--font-family, inherit);
    font-size: var(--font-size, 1em);
    font-weight: var(--font-weight, bold);
    font-style: var(--font-style, normal);
    line-height: var(--line-height, inherit);
}
