/* style.css */

body {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: #2f3e1c;
  background-color: #ffffff;
  margin: 2rem;
}

h1, h2, h3, h4 {
  color: #2f3e1c;
  font-weight: 600;
}

strong, b {
  font-weight: 600;
}

ul {
  margin-left: 1.5rem;
}

li {
  margin-bottom: 0.5rem;
}

a {
  color: #2f3e1c;
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
}

p {
  margin-bottom: 1rem;
}

.table-wrapper {
  overflow-x: auto;
  width: 100%;
}
