/* ---------- Alegreya, Roboto Condensed, Roboto ---------- */

/* H1 Styles */
h1,
h1 a {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  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: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  font-size: 2rem;          /* Editable: Adjust H2 size */
  line-height: 1.3;         /* Editable: Adjust H2 spacing */
  margin-bottom: 0.8rem;    /* Editable: Adjust H2 bottom spacing */
}

/* H3 Styles - Transform removed, now editable */
h3,
h3 a {
  font-family: 'Roboto Condensed', sans-serif;
  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 {
  font-family: 'Roboto Condensed', sans-serif;
  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: 'Roboto', sans-serif;
  font-size: 1rem;          /* Editable: Adjust body text size */
  line-height: 1.6;         /* Editable: Adjust body text spacing */
}