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

.word--trail {
	font-size: 9vw;
	font-family: 'Yeseva One', cursive;
	font-weight: 400;
	color: #594a45;
	line-height: 0.8;
	text-transform: uppercase;
	margin: 0;
	letter-spacing: 0em;
}

.word--trail span {
	display: block;
	position: relative;
	z-index: 100;
}

.word--trail span span {
	pointer-events: none;
}

.word--trail span span:not(:last-child) {
	position: absolute;
	color: #a59792;
}