:root{
	--dark-blue: #230c87;
    --purple: #8b2ce1;
    --light-purple: #bf8fff;
	--font-regular:Platform-Regular-App;
	--font-bold: Platform-Bold-App;
    --font-medium: Platform-Medium-App;
    --font-regular-diff: WorkSans-Regular;
}

@font-face{
  font-family: Platform-Regular-App;
  src: url('../fonts/Platform-Regular-App.ttf');
}

@font-face{
  font-family: Platform-Bold-App;
  src: url('../fonts/Platform-Bold-App.ttf');
}

@font-face{
  font-family: Platform-Medium-App;
  src: url('../fonts/Platform-Medium-App.ttf');
}

@font-face{
  font-family: WorkSans-Regular;
  src: url('../fonts/WorkSans-Regular.ttf');
}

*{
	padding: 0;
	margin: 0;
}

html{
	overflow: hidden;
}

body{
	cursor: default;
	margin: 0;
	padding: 0;
	overflow: hidden;
	/*touch-action: none;*/
	outline: none;
	-o-user-select: none;
	-webkit-tap-highlight-color: transparent;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border: none;
	width: 1080px;
	height: 1920px;
    font-family: var(--font-regular);
	/*scrollbar-base-color: rgb(255,255,255);*/
	/*scrollbar-face-color: rgb(255,255,255);*/
	scrollbar-track-color: rgb(255,255,255,0.5);
    background-color: var(--dark-blue);
}

textarea:focus, input:focus, button:focus{
    outline: none;
}

a{
	text-decoration: none !important;
}

.container{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.bg{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.btn{
    position: absolute;
    left: 34%;
    text-align: center;
    font-family: var(--font-regular);
    color: white;
    background-color: var(--purple);
    font-size: 6vw;
    padding: 1% 5%;
    border-radius: 100px;
}
.btn-controle-estoque{
    padding: 2vw 1vw 1vw 1vw;
    width: 45%;
    background-color: white;
    border-radius: 2vw;
    font-size: 4vw;
    text-align: center;
    color: var(--laranja);
    font-family:var(--bold);
}

#btnEngrenagem{
	position: absolute;
	top: 1%;
	left: 1.5%;
	opacity:0.1;
}