body {
	margin-left: 16px;
	margin-right: 16px;
	margin-top: 16px;
	margin-bottom: 16px;
	padding: 0;
}

.bgr {
	pointer: none;
	position: fixed;
	top: 0;
	bottom: -100px;
	width: 300px;
	max-width: 30%;
}

.bgr--left {
	left: 0;
	background: linear-gradient(90deg, rgba(0, 0, 10, 20%), rgba(0, 0, 0, 0));
}

.bgr--right {
	right: 0;
	background: linear-gradient(90deg, rgba(0, 0, 0, 0), rgba(20, 0, 10, 20%));
}

.light {
	pointer-events: none;
	position: fixed;
	top: 0;
	bottom: -300px;
	left: 0;
	right: 0;
	background: radial-gradient(rgba(255, 245, 225, 20%), rgba(0, 0, 0, 0), rgba(0, 0, 0, 20%), rgba(0, 0, 0, 25%));
}

/*	------------------------------
	Import fonts
	------------------------------ */
@font-face {
	font-family: 'bohemian_typewriter-webfont'; src: url('../fonts/bohemian_typewriter-webfont.eot'); src: local('☺'), url('../fonts/bohemian_typewriter-webfont.woff') format('woff'), url('../fonts/bohemian_typewriter-webfont.ttf') format('truetype'), url('../fonts/bohemian_typewriter-webfont.svg#webfontaq2DzV3l') format('svg'); font-weight: normal; font-style: normal;
}

.test {
	font: 28px bohemian_typewriter-webfont;
	line-height: 36px;
	color: #130e03;
}