/* turn.js r3 companion — same paper tone as theme (--r7-paper #f0ebe1) */
.remnant-turn-book .turn-page {
	background-color: #f0ebe1;
}
.remnant-turn-book .odd {
	background-image: linear-gradient(
		to right,
		#f6f1e9 88%,
		rgba(90, 78, 62, 0.05) 100%
	);
}
.remnant-turn-book .even {
	background-image: linear-gradient(
		to left,
		#f6f1e9 88%,
		rgba(90, 78, 62, 0.05) 100%
	);
}
.remnant-turn-book .hard {
	background: #4a4438;
	color: #f6f1e9;
}
