@font-face {
	font-family: 'fontawesome';
	font-display: block;
	font-weight: 400;
	src: url("fonts/fa-brands-400.woff2") format("woff2");
}

@font-face {
	font-family: 'fontawesome';
	font-display: block;
	font-weight: 800;
	src: url("fonts/fa-solid-900.woff2") format("woff2");
}

@font-face {
	font-family: 'fontawesome';
	font-display: block;
	font-weight: 400;
	src: url("fonts/fa-regular-400.woff2") format("woff2");
}
@font-face 
{
	font-family:Lato Light;
	src: url('fonts/Lato-Light.ttf') format("truetype");
}
@font-face 
{
	font-family:Lato Regular;
	src: url('fonts/Lato-Regular.ttf') format("truetype");
}
@font-face 
{
	font-family:Lato Italic;
	src: url('fonts/Lato-Italic.ttf') format("truetype");
}
@font-face 
{
	font-family:Lato Medium;
	src: url('fonts/Lato-Medium.ttf') format("truetype");
}
@font-face 
{
	font-family:Lato Bold;
	src: url('fonts/Lato-Bold.ttf') format("truetype");
}
@font-face 
{
	font-family:Lato Black;
	src: url('fonts/Lato-Black.ttf') format("truetype");
}
*
{
	padding: 0px;
	margin: 0px;
	line-height: 1.15;
}
html,body 
{
	background:#ffefde;
	font-family:Lato Medium;
	color: #1a1a1a;
}
a
{
	text-decoration: none;
	color: #000000;
	outline:none;
}
b, strong, h1,h2,h3,h4
{
	font-family:Lato Black;
	font-weight:normal;
}
