.paragraph:is(.blue-title) {
  --heading-color: var(--linz-blue-800);
}

.paragraph:is(.teal-title) {
  --heading-color: var(--linz-teal-900);
}
