/*
 Theme Name: Kadence Child
 Template: kadence
 Author: HEAL Lab
 Version: 1.0
 Text Domain: kadence-child
*/


/* === Typography System for HEAL Lab === */


/* Headings (Sweet Sans Pro only) */
h1, h2, h3 {
  font-family: "sweet-sans-pro", sans-serif;
  font-style: normal;
  /* font-weight removed so Customizer settings apply */
}

h4 {
  font-family: "sweet-sans-pro", sans-serif;
  font-weight: 600;
  font-style: normal;
}

/* Optional: eyebrow/small heading style */
.heading-eyebrow {
  font-family: "sweet-sans-pro", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em; /* adds subtle spacing */
  font-size: 0.85em; /* scale down a bit */
}
