
/* Custom CSS overrides
   -----------------------
   - For production, move these into a compiled Tailwind build.
   - Keep this file small and focused on layout tweaks or non-utility styles.
*/

html, body {
  scroll-behavior: auto; /* Lenis handles smooth scroll */
}

.prose h2 {
  @apply text-xl sm:text-2xl font-semibold mt-6 mb-2;
}

.prose h3 {
  @apply text-lg font-semibold mt-4 mb-2;
}

.prose p {
  @apply text-slate-300 mb-3;
}

.prose ul {
  @apply list-disc pl-5 mb-4;
}

.prose li {
  @apply mb-1;
}
