/* ============================================================
   Optische Heading-Klassen (.h1 – .h6) für den Heading-Block
   (looks_like Feld in Kirby Panel).

   Doppelte Klasse (.h1.h1) = Spezifität (0,2,0) schlägt
   Kontext-Selektoren wie .blog-page-wrapper section h3 (0,1,2)
   auch wenn diese !important setzen.
   Werte gespiegelt von h1–h6 in style.css (Zeilen 216–239)
   ============================================================ */

.h1.h1 {
  font-size: 4.375rem !important;
  line-height: 4.375rem !important;
}

.h2.h2 {
  font-size: 2.438rem !important;
  line-height: 2.438rem !important;
}

.h3.h3 {
  font-size: 1.813rem !important;
  line-height: 2.125rem !important;
}

.h4.h4 {
  font-size: 1.375rem !important;
  line-height: 1.7rem !important;
}

.h5.h5 {
  font-size: 1rem !important;
  line-height: 1.2rem !important;
}

.h6.h6 {
  font-size: .75rem !important;
  line-height: .95rem !important;
}
