:root {
  --bs-primary: #1877f2;
  --bs-primary-rgb: 24, 119, 242; /* just the numbers, no rgb() */
}

h1,h2,h3,h4,h5,h6 {
  /* font-size: var(--font-size-h5); */
  color: #181818;
}

li.custom-details {
    font-size: 1.1rem;
    color: #000000;
}

p,li {
    font-size: 1rem;
}



/* li {
  color: #000000;
} */