@import url('https://fonts.googleapis.com/css2?family=Calistoga&display=swap');

.navbar {
  font-family: 'Calistoga', cursive;
}
.navbar__brand-logo-img {
  max-width: 8rem;
  max-height: 6rem;
}

.motto__title, h1, h2, h3, h4, h5, h6 {
  font-family: 'Calistoga', cursive;
  font-weight: 700;
}

.motto__text {
  font-family: 'Calistoga', cursive;
  font-weight: 300;
  color: #fae0aa;
  font-size: clamp(1.375rem, 3vw, 1.875rem);
  letter-spacing: .1em;
  line-height: 1;
  margin-bottom: -.3125em;
}

h2, h3, h4, h5, h6 {
  color: #fae0aa;
}