/* NutriBaby — fresh and modern: friendly Nunito, natural green, soft cards. */
@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@300;400;600;800&display=swap');

:root {
  --body-font: 'Nunito', 'Helvetica Neue', sans-serif;
  --heading-font: 'Nunito', 'Helvetica Neue', sans-serif;
  --brand-primary: #3a9d6e;
  --brand-primary-dark: #2c7a55;
  --body-bg: #fbfdf9;
  --navbar-bg: #ffffff;
  --section-spacing: 1rem;
}

h1, h2, h3 {
  font-weight: 800;
  color: #29513d;
}

.btn {
  border-radius: 0.75rem;
  font-weight: 600;
}

.navbar.bg-white {
  border-bottom: 3px solid #d8ecd9;
}

#home-jumbotron {
  background: linear-gradient(rgba(41, 81, 61, 0.18), rgba(41, 81, 61, 0.18)),
    url("../../img/bottle-fed-baby-opt.jpg") no-repeat center center;
  background-size: cover;
}

.bg-white.rounded.shadow {
  background-color: #eef7ef !important;
  border-radius: 1.5rem !important;
}

.footer.bg-light {
  background-color: #eef7ef !important;
}
