/*
 * Theme Name:  Revision Child
 * Theme URI:   https://revision.codesupply.co/
 * Description: Revision Child Theme
 * Author:      Code Supply Co.
 * Author URI:  https://codesupply.co/
 * Template:    revision
 * Version:     1.0.0
 */

/* Copy any classes from parent theme here. They will override the parent's version. */


:root .cs-hero-type-1 .cs-hero__content .cs-hero__heading span, body[data-scheme=light] .cs-hero-type-1 .cs-hero__content .cs-hero__heading span {
	background: linear-gradient(180deg, #8ab237 0%, #8ab237 100%);
    /* background: #8ab237 !important; */
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}