h2 {
	font-family: 'Changa One';
	font-size: 5em;
	margin: 0;
	text-shadow:
		2px 2px 0 #fff,
		3px 3px 0 #333;
}
	

h2 {
	font-family: 'Changa One';
	font-size: 5em;
	margin: 0;
	color: #333;
	text-shadow:
		1px 1px 0 #fff,
		-1px -1px 0 #fff,
		-1px 1px 0 #fff,
		1px -1px 0 #fff,
		6px 6px 0 salmon,
		-6px -6px 0 salmon,
		6px -6px 0 pink,
		-6px 6px 0 pink;
}
	

h2 {
	font-family: 'Changa One';
	font-size: 5em;
	margin: 0;
	position: relative;
	color: white;
	text-shadow:
		1px 1px 0 #5D576B,
		-1px -1px 0 #5D576B,
		-1px 1px 0 #5D576B,
		1px -1px 0 #5D576B;
	&:after {
		content: attr(data-heading);
		position: absolute;
		left: 0;
		top: 0;
		z-index: 2;
		color: #FDE2FF;
		mix-blend-mode: multiply;
		width: 100%;
		transform: translate(4px,4px);
		z-index: -1;
	}
	&:before {
		content: attr(data-heading);
		position: absolute;
		left: 0;
		top: 0;
		z-index: 2;
		color: #8884FF;
		mix-blend-mode: multiply;
		width: 100%;
		transform: translate(-4px,-4px);
		z-index: -1;
	}
}
	

h2 {
	font-family: 'Changa One';
	font-size: 5em;
	margin: 0;
	position: relative;
	color: #000000;
	text-shadow:
		-4px 4px 0 rgba(235, 246, 66, .6),
		4px -4px 0 rgba(235, 246, 66, .6);
	&:after {
		content: attr(data-heading);
		position: absolute;
		left: 0;
		top: 0;
		z-index: 2;
		color: #5CE4FF;
		mix-blend-mode: multiply;
		width: 100%;
		transform: translate(4px,4px);
		text-shadow: none;
	}
	&:before {
		content: attr(data-heading);
		position: absolute;
		left: 0;
		top: 0;
		z-index: 2;
		color: #E45CFF;
		mix-blend-mode: multiply;
		width: 100%;
		transform: translate(-4px,-4px);
		z-index: -1;
		text-shadow: none;
	}
}
	

h2 {
	font-family: 'Changa One';
	font-size: 5em;
	margin: 0;
	position: relative;
	color: #FFD166;
	&:after {
		content: attr(data-heading);
		position: absolute;
		left: 0;
		top: 0;
		bottom: 0;
		right: 0;
		z-index: 2;
		color: #EF476F;
		font-family: sans-serif;
		text-transform: uppercase;
		font-size: 18px;
		font-weight: bold;
		word-break: break-word;
		line-height: 4.5;
		letter-spacing: 60px;
		overflow: hidden;
		width: 100%;
		transform: translate(4px,4px) rotate(-6deg);
	}
}