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

@layer components {
    .my-2col-grid {
        @apply grid grid-cols-2 gap-4;
    }
}
