body {
	color: #9b9ea8;
	font-size: @font-size;
	font-family: @font-family-primary;
	line-height: 1.6;
	background: @light;
	word-wrap: break-word;
	overflow-x: hidden;
}

a {
	transition: 0.5s;
	color: #222222;
	text-decoration: none;
	outline: none;

	&:hover,
	&:focus {
		text-decoration: none;
		outline: none;
		color: #2685f9;
	}

	img {
		border: none;
	}
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 600;
	font-family: @font-family-secondary;
	line-height: 1.2;
	color: #222222;
}

h1 {
	font-size: @font-size-h1;
}

h2 {
	font-size: @font-size-h2;
}

h3 {
	font-size: @font-size-h3;
}

h4 {
	font-size: @font-size-h4;
}

h5 {
	font-size: @font-size-h5;
}

h6 {
	font-size: @font-size-h6;
}

