.boom-legal-document {
  font-family: 'Raleway', Helvetica, Arial, sans-serif;
  line-height: 1.6;
  font-size: 16px;
  color: #222;
}
.document-header img {
  max-width: 100%;
  height: auto;
}
.document-title {
  font-size: 28px;
  font-weight: bold;
  margin-top: 1rem;
  letter-spacing: 0.05em; /* Added letter spacing */
}
.intro-text {
  font-size: 18px;
  margin-bottom: 1rem;
}
.document-dates {
  margin-bottom: 1rem;
}
/* TOC + Section styles */
.boom-legal-content {
  margin-top: 2rem;
}
.boom-legal-content h2,
.boom-legal-content h3 {
  font-weight: bold;
  margin-top: 1.5rem;
  letter-spacing: 0.05em; /* Added letter spacing */
}
/* Nested numbered list styling */
.boom-legal-content ol {
  counter-reset: level1;
  list-style: none;
  padding-left: 2rem;
}
.boom-legal-content ol > li {
  counter-increment: level1;
  position: relative;
  margin: 0.5rem 0;
}
.boom-legal-content ol > li::before {
  content: counter(level1) ". ";
  position: absolute;
  left: -2rem;
  font-weight: bold;
}
.boom-legal-content ol ol {
  counter-reset: level2;
  list-style: none;
  padding-left: 2rem;
}
.boom-legal-content ol ol > li {
  counter-increment: level2;
  position: relative;
}
.boom-legal-content ol ol > li::before {
  content: counter(