body {
  color: var(--light);
  line-height: 1.8;
}

h1 {
  font-family: var(--font-display);
  font-weight: 700;
  color: var(--light);
  margin-bottom: 1.5rem;
  font-size: 2.5rem;
}

h2 {
  font-family: var(--font-display);
  font-weight: 600;
  color: var(--light);
  margin-top: 3rem;
  margin-bottom: 1.25rem;
  font-size: 1.75rem;
  border-bottom: 2px solid var(--primary);
  padding-bottom: 0.5rem;
}

h3 {
  font-family: var(--font-display);
  font-weight: 600;
  color: var(--light);
  margin-top: 2rem;
  margin-bottom: 1rem;
  font-size: 1.35rem;
}

h4 {
  font-weight: 600;
  color: var(--light);
  margin-top: 1.5rem;
  margin-bottom: 0.75rem;
  font-size: 1.15rem;
}

p {
  color: var(--light);
  margin-bottom: 1rem;
}

ul, ol {
  color: var(--light);
  margin-bottom: 1.5rem;
  padding-left: 1.5rem;
}

li {
  margin-bottom: 0.5rem;
  color: var(--light);
}

.text-muted {
  color: rgba(255, 255, 255, 0.7) !important;
  font-size: 0.95rem;
}

strong {
  color: var(--light);
  font-weight: 600;
}

.alert-warning {
  background-color: rgba(255, 193, 7, 0.2);
  border-left: 4px solid var(--accent);
  padding: 1.25rem;
  margin-bottom: 2rem;
  color: var(--light);
}

.helpline-box {
  border: 2px solid var(--primary);
  border-radius: 8px;
  padding: 1.5rem;
  margin: 2rem 0;
  background: rgba(255, 0, 110, 0.1);
  color: var(--light);
}

.helpline-box h4 {
  color: var(--light);
}

.helpline-box p {
  color: var(--light);
}