/*
Theme Name:     Safety 1st Electrical
Theme URI:
Description:    Generatepress child theme.
Author:         Octane Marketing
Author URI:     https://www.theoctaneagency.com
Template:       generatepress
Version:        0.1.0
*/

/**
 * Type
 **/

h1,
h2,
h3,
h4 {
	text-wrap: balance;
}

.home h1 em {
	background: linear-gradient(
		180deg,
		var(--accent) 5%,
		var(--accent-3)
	);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	font-style: normal;
	text-shadow: none;
}
