@import url('fonts.css');
@import url('header.css');

/* BASE
------------------------------------- */
html,
body {
	color: #2d2d2d;
	font-size: 18px;
	line-height: 1.5;
	background: #fefefe;
	font-family: 'Lato', sans-serif;
	font-weight: 400; 
}

h1,
h2,
h3,
h4,
h5,
h6 {
	line-height: 1.2;
	margin: 0 0 20px;
}

h1 {
	font-size: 50px;
	color: blue;
}

h2 {
	font-size: 40px;
	color: purple;
}

h3 {
	font-size: 30px;
	color: red;
}

.main-btn:visited {
	color: #fff;
}