/* Mami Lac — gentle and modern: Dosis headings, Roboto body text,
   dusty rose, airy spacing. */
@import url('https://fonts.googleapis.com/css2?family=Dosis:wght@500;600;700&family=Roboto:wght@300;400;700&display=swap');

:root {
  --body-font: 'Roboto', 'Helvetica Neue', sans-serif;
  --heading-font: 'Dosis', 'Helvetica Neue', sans-serif;
  --brand-primary: #b85c79;
  --brand-primary-dark: #99465f;
  --body-bg: #fffafb;
  --navbar-bg: #fffafb;
  --section-spacing: 2rem;
}

h1, h2, h3 {
  color: #6d3a4a;
  font-weight: 600;
}

.display-3, .display-5 {
  font-weight: 600;
}

.lead {
  font-weight: 400;
}

.navbar.bg-white {
  border-bottom: 1px solid #ecd5dc;
}

#mamilac-home-jumbotron {
  background: url("../../img/header-mamilac.jpg") no-repeat center center;
  background-size: cover;
  height: 370px;
}

.btn {
  border-radius: 0;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  font-size: 0.9rem;
}

.bg-white.rounded.shadow {
  background-color: #fdf1f4 !important;
}

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