@tailwind base;
@tailwind components;
@tailwind utilities;

html {
  scroll-behavior: smooth;
}

.section-title {
  @apply text-4xl font-bold text-center mb-12;
}