body {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
main p {
  text-align: justify;
}
.carousel-item img {
    width: 100%;
    height: 350px;        /* You can reduce this height */
    object-fit: cover;
}
p {
   font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, 
               "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  font-size: 1rem;       /* same as Tailwind's text-base */
  line-height: 1.75rem;  /* relaxed line height for readability */
  color: #333333;        /* dark gray, professional */
  margin-bottom: 1rem;   /* space after each paragraph */
}
h1, h2, h3, h4, h5 {
      font-family: 'Lato', sans-serif; /* Clean sans-serif for headings */
    }