@font-face {
	font-family: 'CircularMed';
	src: url('../fonts/CircularSpotifyText-Medium.eot');
	src: url('../fonts/CircularSpotifyText-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/CircularSpotifyText-Medium.woff2') format('woff2'), url('../fonts/CircularSpotifyText-Medium.woff') format('woff'), url('../fonts/CircularSpotifyText-Medium.ttf') format('truetype'), url('../fonts/CircularSpotifyText-Medium.svg#CircularSpotifyText-Medium') format('svg');
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: 'db_heaventmed';
	src: url('../fonts/db_heaventmed.woff2') format('woff2'),
	url('../fonts/db_heaventmed.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

body, html, #Stage {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	background: #b79aca;
}

#Stage, #Stage * {
	position: absolute;
	user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none;
	-o-user-select: none;
	-ms-user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-text-size-adjust: none;
}

#Stage * input, #Stage * textarea {
	-moz-user-select: auto;
	-webkit-user-select: auto;
	-o-user-select: auto;
	-ms-user-select: auto;
	-webkit-tap-highlight-color: auto;
}

img {
	width: 100%;
	height: 100%;
}

#Stage br, #Stage span, #Stage .relative-parent * {
	position: relative;
}

a {
	color: inherit;
}

.loaderspin {
	-webkit-animation: rotate 2s linear infinite;
}

@-webkit-keyframes rotate {
	from{  -webkit-transform: rotate(0deg);  }
	to{  -webkit-transform: rotate(360deg);  }
}


