h1 {
  font-size: clamp(2.2rem, 5vw, 4.5rem);
  line-height: 1.1;
}

h2 {
  font-size: clamp(1.8rem, 4vw, 3.5rem);
  line-height: 1.2;
}

h3 {
  font-size: clamp(1.5rem, 3vw, 2.5rem);
  line-height: 1.3;
}

h4 {
  font-size: clamp(1.25rem, 2.5vw, 2rem);
  line-height: 1.4;
}



Komponenten: card, button, modal
Elemente: card__title
Varianten: card--featured
Status: is-active, is-loading, has-error
Utilities: u-flex, u-hidden, u-mb-4
JavaScript-Hooks: js-modal, js-submit




