/* Bobomoly — playful and warm: rounded fonts, sunny orange, cream background. */
@import url('https://fonts.googleapis.com/css2?family=Baloo+2:wght@500;700&family=Quicksand:wght@400;500;700&display=swap');

:root {
  --body-font: 'Quicksand', 'Helvetica Neue', sans-serif;
  --heading-font: 'Baloo 2', 'Comic Sans MS', cursive;
  --brand-primary: #ef8a17;
  --brand-primary-dark: #cf7107;
  --body-bg: #fffaf2;
  --navbar-bg: #fffaf2;
  --section-spacing: 1.5rem;
}

body {
  letter-spacing: 0.01em;
}

h1, h2, h3 {
  color: #5a4632;
}

.btn {
  border-radius: 2rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.navbar.bg-white {
  border-bottom: 4px dotted var(--brand-primary);
}

#home-jumbotron {
  border-radius: 0 0 3rem 3rem;
  background: linear-gradient(rgba(239, 138, 23, 0.12), rgba(239, 138, 23, 0.12)),
    url("../../img/bottle-fed-baby-opt.jpg") no-repeat center center;
  background-size: cover;
}

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

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