body {
  margin: 0;
  font-family: 'Manrope', sans-serif;
  background-color: #8f3904; /* Fallback background */
}

* {
  box-sizing: border-box;
}

a {
  text-decoration: none;
  color: inherit;
}

button {
  cursor: pointer;
  border: none;
  background: none;
  font-family: inherit;
}