body {
  font-family: "Roboto", sans-serif;
  background-color: #F5F3EB; /* soft beige background */
  color: #3C2F2F; /* dark brown text */
}

h1, h2, h3 {
  font-family: "Roboto", sans-serif;
  color: #5A4E3C; /* muted olive/brown for headings */
}

a {
  color: #6B8E23 !important;  /* earthy green link color */
  text-decoration: none;
}

a:hover {
  color: #8F5E3C !important;  /* terracotta brown/orange hover color */
  text-decoration: underline;
}

.custom-footer {
  position: relative;
  left: 0;
  right: 0;
  background-color: #DCD6CC; /* light stone/beige */
  color: #3C2F2F; /* dark brown text */
  text-align: center;
  padding: 10px 0;
}
