@font-face {
	font-family: "name";
	src: url(../fonts/Baloo2-800.woff2) format("woff2");
	font-weight: 800;
	font-display: swap;
}

.gradientText {
	font-family: "name";
	font-weight: 800;
	font-size: 1.04em;
	letter-spacing: -0.035em;
	background-image: linear-gradient(100deg,
			#eef1ff 0%,
			#b9c2ff 18%,
			#818cf8 38%,
			#747bff 52%,
			#9aa4ff 70%,
			#e6eaff 100%);
	filter: drop-shadow(0 2px 20px rgba(116, 123, 255, 0.45));
}

.textBackground {
	-webkit-box-decoration-break: clone;
	box-decoration-break: clone;
}
