/* style.css */

body {
  font-family: 'Lato', sans-serif;
  color: #333;
  background-color: #fff;
  line-height: 1.6;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Merriweather', serif;
  color: #2f4730;
}

.bg-cream { background-color: #f8f6f1; }
.bg-sand { background-color: #e9e4da; }
.bg-light-green { background-color: #d7e3cf; }
.text-primary { color: #3a5a40 !important; }
.btn-success {
  background-color: #3a5a40;
  border: none;
}
.btn-success:hover { background-color: #2f4730; }

section {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.card-body {
  font-size: 1rem;
  color: #333;
}

footer {
  font-size: 0.9rem;
}

img.rounded {
  border-radius: 1rem !important;
}

@media (max-width: 768px) {
  h1 { font-size: 1.8rem; }
  h2 { font-size: 1.4rem; }
  p.lead { font-size: 1rem; }
}
