@font-face {
    font-family: Jost-Light;
    src: url('../fonts/Jost-Light.ttf');
}

html, body, #root {
	width: 100%;
    height: 100%;
    font-family: Jost-Light;
}

body {
	background-image: url('../assets/images/fundo.jpg');
    background-position: center;
    background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
    height: 100%;
}

/*CIRCLE PROGRESS*/
#progresso {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	outline: 0;
	background-color: rgba(0, 0, 0, .5);
}