@tailwind base;
@tailwind components;
@tailwind utilities;

@layer components {
  .section-title {
    @apply font-semibold text-gray-500 mb-2 uppercase text-xs tracking-wider;
  }
}
