/******* Do not edit this file *******
Code Snippets Manager
Saved: Feb 23 2026 | 17:20:22 */
.text-p p {
  font-size: 15px;
  line-height: 2em;
  margin-bottom: 20px;
}
.text-p h1, .text-p h2, .text-p h3, .text-p h4, .text-p h5, .text-p h6 {
  line-height: 1.2em;
  color: var(--brand);
  font-weight: 600;
  margin-bottom: 20px;
}
.text-p h1 {
  font-size: 32px;
}
.text-p h2 {
  font-size: 28px;
}
.text-p h3 {
  font-size: 24px;
}
.text-p li {
  list-style-type: disc;
  font-size: 15px;
}
