@font-face {
	font-family: Inconsolata;
	font-weight: 500;
	src: url(fonts/inconsolata/inconsolata.ttf)
}

*{
	font-family: inconsolata;
}

body{
	background-color: rgb(24, 22, 21); /* rgb(16, 15, 14);  rgb(24, 22, 21) */
	color: rgb(255, 224, 207);
}

h1{
	font-family: inconsolata;
	text-align: center;	
}

a{
	color: rgb(226, 96, 64);
}
	/*rgb(255, 116, 66) ou coral*/
