

html
{
	font-size: 16px;
}

body
{
	font-family: 'blogger_sansregular', sans-serif;
    letter-spacing: 1px;
    font-style:normal;
}

strong, .fw-bold
{
    font-family: 'blogger_sansbold';
}

.ff-aquino
{
    font-family: 'Aquino Demo' !important;
}

@media screen and (max-width:991px) {


	html
	{
		font-size: 14px;
	}

}