.list-disc {
  list-style-type: disc;
}
.pl-6 {
  padding-left: 1.5rem;
}
.text-justify {
  text-align: justify;
}
.font-bold {
  --tw-font-weight: 700;
    font-weight: 700;
}
.text-gray-900 {
  color: oklch(21% 0.034 264.665);
}
.italic {
  font-style: italic;
}