/*
 Theme Name: Numinous Child
 Template: numinous
 Text Domain: numinous-child
 Version: 1.0.0
*/

/* Réduire la taille des H2 dans le contenu */
.entry-content h2,
.wp-block-post-content h2,
.single-post .entry-content h2 {
  font-size: clamp(22px, 2vw, 30px);
  line-height: 1.15;
  margin: 1.2em 0 0.6em;
}
