
@font-face {
    font-family: regular;
    src:url("regular.ttf");
}

@font-face {
    font-family: charegular;
    src:url("charegul.ttf");
}

@font-face {
    font-family: chaitalic;
    src:url("chaitalic.ttf");
}

@font-face {
    font-family: reco;
    src:url("recoregul.ttf");
}


#content{
  font-size:18px;
	color:#000000;
	font-family:'reco';
	margin-left: 30px;
	margin-top: 30px;
	line-height: 20px;
	letter-spacing: 1;
}





body{
background-color:#EEEAE3;
color:#000000;
line-height: 25px;
}

#texto{
line-height: 25px;
color:#000000;
}

a{
	color:#000000;
	font-weight:800;
		line-height: 25px;
		letter-spacing: 1;
	}


@media only screen and (max-width: 768px) {

#content{
  font-size:25px;
	color:#000000;
	font-family:'reco';
	margin-left: 20px;
	margin-top: 20px;
	margin-right: 20px;
	letter-spacing: 1;
	line-height: 35px;
}

#texto{
line-height: 30px;
color:#000000;
}

	a{
	color:#000000;
	font-weight:800;
		line-height: 40px;
		letter-spacing: 1;
	}

	}
