@tailwind base;
@layer base {
    html {
        @apply font-sans;
    }
}
@tailwind components;
@tailwind utilities;