/* Kanzlead – Fluid Headings (Outfit) */
h1, h2, h3, h4 {
  font-family: 'Outfit', sans-serif;
  margin: 0 0 .6em;          /* konsistenter Abstand unten */
  letter-spacing: -0.01em;   /* leichte optische Verdichtung */
  text-wrap: balance;        /* schönere Zeilenumbrüche (moderne Browser) */
}

/* H1 – 32px → 80px */
h1{
  font-size: clamp(2rem, 4vw + 1rem, 5rem);
  line-height: 1.15;
  font-weight: 800;
}

/* H2 – 28px → 52px */
h2{
  font-size: clamp(1.75rem, 2.6vw + 0.8rem, 3.25rem);
  line-height: 1.22;
  font-weight: 700;
}

/* H3 – 22px → 32px */
h3{
  font-size: clamp(1.375rem, 1.6vw + 0.6rem, 2rem);
  line-height: 1.28;
  font-weight: 600;
}

/* H4 – 18px → 26px */
h4{
  font-size: clamp(1.125rem, 1.1vw + 0.5rem, 1.625rem);
  line-height: 1.32;
  font-weight: 600;
}
