@font-face {
	font-family: "dosis";
	src: url("../assets/fonts/dosis-regular.ttf") format("truetype");
}

@font-face {
	font-family: "dosis-bold";
	src: url("../assets/fonts/dosis-bold.ttf") format("truetype");
}

@font-face {
	font-family: "dosis-semibold";
	src: url("../assets/fonts/dosis-semibold.ttf") format("truetype");
}

/* canvas {
	max-width: 1366px !important;
	max-height: 768px !important;
	box-shadow: 0 0 10px #333;
} */

body {
	background: #000;
	margin: 0;
	padding: 0;
}

/* body::before {
	content: "";
	position: absolute;
	background: url('../assets/fundo_abertura.jpg') fixed;
	background-size: cover;
	z-index: -1;
	width: 100%;
	height: 100%;
	filter: blur(30px);
} */

#btnFullScreen {
	position: absolute;
	right: 0;
	margin: 10px;
	padding: 5px;
	color: #fff;
	background: rgba(30, 30, 30, .5);
	opacity: .5;
}