/* ---------- CheltenhamStdBookCond (Serif), Montserrat (Sans) ---------- */

@font-face {
  font-family: 'CheltenhamStdBookCond';
  src: url('CheltenhamStdBookCond.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

/* H1 Styles */
h1,
h1 a {
  font-family: 'CheltenhamStdBookCond', serif !important;
  font-weight: 700;
  transform: scaleY(1.1);
  font-size: 2.75rem;
  line-height: 1.2;
  margin-bottom: 1rem;
}

/* H2 Styles */
h2,
h2 a {
  font-family: 'CheltenhamStdBookCond', serif !important;
  font-weight: 700;
  transform: scaleY(1.1);
  font-size: 2.25rem;
  line-height: 1.3;
  margin-bottom: 0.8rem;
}

h2 {
  margin-top: 2rem !important;
  clear: both;
}

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

/* H3 Styles */
h3,
h3 a {
  font-family: 'CheltenhamStdBookCond', serif !important;
  font-weight: 700;
  transform: scaleY(1.1);
  font-size: 1.75rem;
  line-height: 1.4;
  letter-spacing: 1px;
  margin-bottom: 0.6rem;
}

h3 {
  margin-top: 1.5rem !important;
  clear: both;
}

/* H4, H5, H6 Styles */
h4,
h5,
h6 {
  font-family: 'CheltenhamStdBookCond', serif !important;
  font-weight: 600;
  transform: scaleY(1.1);
  margin-top: 1rem !important;
  clear: both;
}

h4 {
  font-size: 1.5rem;
  line-height: 1.4;
  margin-bottom: 0.5rem;
}

h5 {
  font-size: 1.3rem;
  line-height: 1.4;
  margin-bottom: 0.4rem;
}

h6 {
  font-size: 1.2rem;
  line-height: 1.4;
  margin-bottom: 0.3rem;
}

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