.blockquote {
  margin-bottom: 4rem;
  font-size: calc(1.305rem + 0.33vw);
  font-style: italic;
}

p:not(.lead), small, .small, input, textarea {
  font-family: "Inter";
}

p, input, textarea {
  font-size: 1.125rem;
}

small, .small {
  font-size: 0.875rem;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6, .lead, .navbar-brand, .blockquote p, .blockquote:before {
  font-family: Inter, sans-serif;
}

:root {
  --bs-hero-bg: url("../../assets/img/hero.webp");
  --bs-font-family-heading: 'Fraunces', serif;
}

.lead {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.6;
}

li {
  font-weight: 300;
  /*font-size: 12px;*/
  line-height: 1.7;
  margin-top: 20px;
  border-bottom: 2px dotted rgba(0,0,0,0.2);
}

p strong {
  font-weight: 500;
}

h1 {
  font-size: 70px;
  margin-bottom: 20px;
}

.angebot-subtitel {
  font-size: 20px !important;
  line-height: 1.4;
}

