/* Hosland — classic, trustworthy: deep blue, Roboto + slab headings. */
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;700&family=Roboto+Slab:wght@500;700&display=swap');

:root {
  --body-font: 'Roboto', 'Helvetica Neue', sans-serif;
  --heading-font: 'Roboto Slab', 'Georgia', serif;
  --brand-primary: #1d6fb8;
  --brand-primary-dark: #155a88;
  --body-bg: #ffffff;
  --navbar-bg: #ffffff;
  --section-spacing: 0.5rem;
}

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

#home-jumbotron {
  background: linear-gradient(rgba(19, 62, 99, 0.15), rgba(19, 62, 99, 0.15)),
    url("../../img/bottle-fed-baby-opt.jpg") no-repeat center center;
  background-size: cover;
}

.footer.bg-light {
  border-top: 3px solid var(--brand-primary);
}
