body {
    margin: 0;
    color: #100E0E;
    font-size: 16px;
	line-height: 24px;
	 font-family: "Inter", sans-serif;
}

* {
	box-sizing:border-box;
}

a {
	text-decoration:none;
}

a, button {
	transition:300ms all;
	cursor:pointer;
}

input, textarea, button {
	font-family: "Anton", sans-serif;
}

ul, ol {
	list-style:none;
	margin:0;
	padding:0;
}

p {
	margin:0;
	letter-spacing:-0.1px;
}

p + p {
	margin:15px 0 0;
}

h1, h2, h3, h4, h5, h6 {
	  font-family: "Anton", sans-serif;
	 font-weight: 400;
}

@media(max-width:767px) {
	body {
    font-size: 14px;
		line-height:21px;
}

}