.section--services {
    .has-xx-large-font-size {
        mix-blend-mode: luminosity;
        filter: contrast(0.5);
    }
}

.editor-styles-wrapper,
.wp-site-blocks {
    background: linear-gradient(35deg, hsl(173,95%,10%), var(--wp--preset--color--background) 80%);
    background-attachment: fixed;
}

:where(
.has-light-background-color,
.has-sage-green-background-color,
.has-sage-green-2-background-color,
.has-sage-green-3-background-color,
.has-sage-green-4-background-color,
.has-soft-blush-background-color,
.has-soft-blush-2-background-color,
.has-soft-blush-3-background-color
) {
    .wp-block-heading {
        color: hsl(173, 70%, 15%);
    }

    p {
        color: hsl(173, 70%, 15%);
    }
}
