@import url('https://fonts.googleapis.com/css?family=Lato:300,300i,400,900');

@font-face {
	font-family: 'Sensations and Qualities';
	src: url("Fonte/Sensations and Qualities.ttf");
}

body {
	font-family: 'Lato';
}

h1 {
	font-family: 'Sensations and Qualities';
	font-size: 93px;
	font-weight: 500;
	color: #006236;
}

.h1_amarelo {
	color: #FAB728;
}

.light{font-weight: 300}
.regular{font-weight: 400}
.bold{font-weight: 900}

.justificado {text-align: justify; line-height:1.5;}
.italico {font-style: italic}


.fonte_rodape {
	color: #BF9E59;
}

.fonte_menu {
	font-weight: 600;
	color: #FFF;
	font-size: 15px;
}