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

body {
    @apply text-base;
}

.collapse {
    visibility: inherit;
}
