

/*--------------------------------------------------------------
	Typography general
--------------------------------------------------------------*/

html,
body {
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
	font-family: 'Lato', sans-serif;
	word-wrap: break-word;
	word-break: keep-all;
}

@media only screen and (min-width: 600px) {
	html,
	body {
		font-size: 18px;
	}
}

p {
	margin-bottom: 20px;
	display: block;
	width: 100%;
	word-wrap: break-word;
	word-break: keep-all;
	font-family: 'Montserrat', sans-serif !important;

	letter-spacing: 0.84px !important;
}

a,
a:visited {
	color: #999;
	transition: all .2s;
}

a:hover,
a:active,
a:focus {
	transition: all .2s;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	display: block;
	width: 100%;
	margin-bottom: 20px;
}

.home h1 {
	font-size: 28px;
}

h1 {
	font-size: 28px;
	font-weight: normal;
}

h2 {
	font-size: 22px;
	font-weight: 400;
	font-family: 'Lato', sans-serif;
}

h3,
h4,
h5,
h6 {
	font-size: 18px;
	font-weight: bold;
	font-family: 'Lato', sans-serif;
}

@media only screen and (min-width: 1024px) {
	.home h1 {
		font-size: 64px !important;
		line-height: 80px !important;
		letter-spacing: 2.69px !important;
		font-weight: bold !important;
	}

	h1 {
		font-size: 52px;
	}

	h2 {
		font-size: 36px;
		font-family: 'Lato', sans-serif;
	}

	h3,
	h4,
	h5,
	h6 {
		font-size: 20px;
	}
}

