*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
  margin: 0;
  padding: 0;
  color: #56593D;
  font-size: 16px;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
  line-height: 1.2;
  margin: 0;
  padding: 0;
}

p {
  margin: 0;
  padding: 0;
}

ul, li {
	display: block;
	margin: 0;
	padding: 0;
}

a {
	text-decoration: none;
  color: #56593D;
}

img {
	display: block;
	max-width: 100%;
	object-fit: cover;
}

input:focus {
    outline: none;
}

button,
button:hover,
button:focus {
    font-family: inherit;
    outline: none;
    border: none;
}
input,
button {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
