/* =====================================
   Freigegebene Markenfarben
===================================== */

.hero__headline,
.works__title,
.studio__title,
.studio__heading,
.specialties__title,
.reviews__title,
.tattoo-story__title {
    color: #28C840;
    background: linear-gradient(
        180deg,
        #70F184 0%,
        #35D653 32%,
        #28C840 58%,
        #0E7C2A 100%
    );
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow:
        0 1px 0 rgba(183, 255, 194, .18),
        0 3px 16px rgba(0, 0, 0, .62),
        0 0 20px rgba(40, 200, 64, .12);
}

.hero__headline::after,
.works__title::after,
.studio__title::after,
.specialties__title::after,
.reviews__title::after,
.tattoo-story__title::after {
    background: linear-gradient(
        90deg,
        transparent,
        #28C840,
        transparent
    );
}

.works__subtitle,
.studio__subtitle,
.specialties__subtitle,
.reviews__subtitle,
.tattoo-story__subtitle {
    color: #E8E4DA;
}

.section-separator {
    color: #28C840;
    -webkit-text-fill-color: #28C840;
    text-shadow: 0 0 10px rgba(40, 200, 64, .24);
}
