/* ============================
   GLOBAL HEADING STYLES
   Tree Tech LLC – Strong & Bold
   ============================ */

/* Main page titles – big, bold, but not screaming */
h1 {
  font-size: 34px !important;
  line-height: 1.2 !important;
  font-weight: 700 !important;
  margin-bottom: 18px !important;
  letter-spacing: 0.02em;
  /* Uncomment this if you want headings in a dark grey instead of pure black */
  /* color: #222222; */
}

/* Section titles – great for Services, About sections, etc. */
h2 {
  font-size: 28px !important;
  line-height: 1.3 !important;
  font-weight: 700 !important;
  margin-top: 24px !important;
  margin-bottom: 14px !important;
  letter-spacing: 0.03em;
}

/* Subsection titles – FAQs, small content blocks, lists, etc. */
h3 {
  font-size: 22px !important;
  line-height: 1.4 !important;
  font-weight: 600 !important;
  margin-top: 18px !important;
  margin-bottom: 10px !important;
}

/* Optional: Slightly smaller H4 if you use it */
h4 {
  font-size: 18px !important;
  line-height: 1.4 !important;
  font-weight: 600 !important;
  margin-top: 16px !important;
  margin-bottom: 8px !important;
}

/* ============================
   MOBILE ADJUSTMENTS
   ============================ */

@media (max-width: 768px) {
  h1 {
    font-size: 28px !important;
  }
  h2 {
    font-size: 24px !important;
  }
  h3 {
    font-size: 20px !important;
  }
  h4 {
    font-size: 17px !important;
  }
}