h1 {
 font-size: 1.5rem; /* 24px for text-2xl */
 line-height: 2rem; /* 32px for leading-8 */
 font-weight: 700; /* font-bold */
 -webkit-font-smoothing: antialiased; /* antialiased */
 -moz-osx-font-smoothing: grayscale; /* antialiased */
 color: var(--font-primary); /* Replace with your actual color value */
}

@media (min-width: 768px) {
 h1 {
   font-size: 1.875rem; /* 30px for md:text-3xl */
   line-height: 2.25rem; /* 36px */
 }
}

@media (min-width: 1024px) {
 h1 {
   font-size: 2.25rem; /* 36px for lg:text-4xl */
   line-height: 2.5rem; /* 40px for lg:leading-10 */
 }
}

p {
 
 font-family: DM sans, sans-serif;
}

h2 {
font-size: 1.5em !important;
 font-weight: bolder !important;
 font-family: DM sans, sans-serif;
 color: #2563EB;
}

.headerButton{
  color: #ffffff !important;
}
h4{
  font-size: 1em !important;
}

li{
  margin-left: 3rem !important;
}

a {

  color: #2563EB !important;
  
 }

h3 {
 font-size: 1.17em !important;
  font-weight: bolder !important;
  font-family: DM sans, sans-serif;
  color: #2563EB;
 }


 li {
  list-style-type: disc !important;
 }