@import url('https://fonts.googleapis.com/css?family=Vollkorn&subset=cyrillic');
@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:400,700&subset=cyrillic-ext');

.word--swing {
	font-size: 9vw;
	font-family: 'Vollkorn', serif;
	font-weight: 400;
	text-transform: uppercase;
	line-height: 0.725;
	perspective: 800px;
}

.word--swing > span:first-child {
	color: #de8e95;
}

.word--swing > span:nth-child(2) {
	color: #89a2e9;
}

.word--swing > span:nth-child(3) {
	color: #b0bf47;
}

.word--swing > span:nth-child(4) {
	color: #78c6c7;
}

.word--swing > span:nth-child(5) {
	color: #ffc107;
}

.word--swing > span:nth-child(6) {
	color: #8778ca;
}

.word--swing > span:nth-child(7) {
	color: #ce4545;
}

.word--swing > span:nth-child(8) {
	color: #4cc5f4;
}

.word--swing svg {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 450px;
	height: 510px;
	margin: -255px 0 0 -225px;
	pointer-events: none;
}

.word--swing svg circle {
	fill: currentColor;
	opacity: 0;
	transform-origin: 50% 50%;
}

.word--swing span {
	display: block;
	position: relative;
}

.word--swing span span:first-of-type {
	position: absolute;
	font-family: 'Vollkorn', serif;
}

.word--swing span span:last-of-type {
	transform-style: preserve-3d;
}