:root {
  --01-primary: #9f7150;
  --05-light: #c9c9c9;
  --05-white: #fff;
  --04-sup-dark-green: #050f12;
}

/*#07232c*/

h1,
h2,
h3,
p {
  margin-bottom: 0;
}

button {
  outline: none;
  box-shadow: none;
  background-color: transparent;
  border: none;
}

ol,
ul,
li {
  list-style: none;
}

a {
  text-decoration: none;
}
