/* ---------- Vollkorn, Montserrat ---------- */

/* H1 Styles */
h1,
h1 a {
  font-family: 'Vollkorn', serif !important;
  font-weight: 600;
  font-size: 2.5rem;        /* Editable: Adjust H1 size */
  line-height: 1.2;         /* Editable: Adjust H1 spacing */
  margin-bottom: 1rem;      /* Editable: Adjust H1 bottom spacing */
}

/* H2 Styles */

h2,
h2 a {
  font-family: 'Vollkorn', serif !important;
  font-weight: 600;
  font-size: 2rem;          /* Editable: Adjust H2 size */
  line-height: 1.3;         /* Editable: Adjust H2 spacing */
  margin-bottom: 0.8rem;    /* Editable: Adjust H2 bottom spacing */
}

h2 {
  margin-top: 2.75rem !important; /* Editable: Adjust H2 top spacing */
}

h2.tldr-heading {
  margin-top: 0 !important;
}

.sidebar h2,
.region-sidebar-second h2 {
  margin-top: 0 !important;
}

h2.node__title {
  margin-top: 0 !important;
}

/* H3 Styles - Transform removed, now editable */

h3 {
  margin-top: 2.5rem !important; /* Editable: Adjust H3 top spacing */
}

h3,
h3 a {
  font-family: 'Vollkorn', serif !important;
  font-weight: 600;         /* Editable: Was 'normal', now semi-bold */
  font-size: 1.5rem;        /* Editable: Adjust H3 size */
  line-height: 1.4;         /* Editable: Adjust H3 spacing */
  letter-spacing: 1px;      /* Editable: Reduced from 2px, set to 0 to remove */
  margin-bottom: 0.6rem;    /* Editable: Adjust H3 bottom spacing */
  /* text-transform: uppercase; REMOVED - H3 will now show ProperCase */
}

/* H4, H5, H6 Styles */

h4,
h5,
h6 {
  margin-top: 2rem !important; /* Editable: Adjust H4, H5, H6 top spacing */
}

h4,
h5,
h6 {
  font-family: 'Vollkorn', serif !important;
  font-weight: 500;         /* Editable: Medium weight for smaller headings */
}

h4 {
  font-size: 1.25rem;       /* Editable: Adjust H4 size */
  line-height: 1.4;         /* Editable: Adjust H4 spacing */
  margin-bottom: 0.5rem;    /* Editable: Adjust H4 bottom spacing */
}

h5 {
  font-size: 1.1rem;        /* Editable: Adjust H5 size */
  line-height: 1.4;         /* Editable: Adjust H5 spacing */
  margin-bottom: 0.4rem;    /* Editable: Adjust H5 bottom spacing */
}

h6 {
  font-size: 1rem;          /* Editable: Adjust H6 size */
  line-height: 1.4;         /* Editable: Adjust H6 spacing */
  margin-bottom: 0.3rem;    /* Editable: Adjust H6 bottom spacing */
}

/* Body Text Styles */
body,
p,
a,
li {
  font-family: 'Montserrat', sans-serif !important;
  font-size: 1rem;
  line-height: 1.6;
}