@charset "utf-8";
@font-face {
	font-family: 'fira';
	src: url('recursos/FiraSansOT-Regular.otf');
}
@font-face {
	font-family: 'roboto';
	src: url('recursos/Roboto-Regular.ttf');
}
* {
	margin: 0px;
	padding: 0px;
}
html{
	width: 100%;
	height: 100%;
}
body {
	background-color: black;
	text-align: center;
}
.fira{
	font-family: 'fira';
	color: chocolate;
}
.roboto{
	font-family: 'roboto';
	color: gainsboro;
}