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

.word--kidnap {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 9vw;
	font-weight: 400;
	color: #d5c12e;
}

.word--kidnap span {
	font-family: 'Roboto Slab', serif;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: 100%;
}