@import url('https://fonts.googleapis.com/css?family=Karla:400,700&display=swap');

h1, h2, h3, h4, h5, h6, span, p, a, table
{
	font-family: 'Karla';
}

/* =========================================================================
		TEMPLATE
========================================================================= */
.template
{
	width: 100%;
	background-size: cover;
	background: url("../images/background.webp") no-repeat;
	
}

